Skip to content

Fix bullet alignment for wrapped links in article lists#16

Open
lpmi-13 wants to merge 1 commit into
AverageMarcus:masterfrom
lpmi-13:claude/determined-gauss-TnCvz
Open

Fix bullet alignment for wrapped links in article lists#16
lpmi-13 wants to merge 1 commit into
AverageMarcus:masterfrom
lpmi-13:claude/determined-gauss-TnCvz

Conversation

@lpmi-13

@lpmi-13 lpmi-13 commented May 23, 2026

Copy link
Copy Markdown

Inline-block links inside

  • were defaulting to baseline alignment, which for multi-line inline-blocks is the last line-box. That pushed the list marker down next to the link's last line on narrow viewports. Aligning to top keeps the marker beside the first line.

    Screenshot_20260523_151053_Vivaldi
  • Inline-block links inside <li> were defaulting to baseline alignment,
    which for multi-line inline-blocks is the last line-box. That pushed
    the list marker down next to the link's last line on narrow viewports.
    Aligning to top keeps the marker beside the first line.
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Labels

    None yet

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    2 participants