Skip to content

fix(styles): remove inline-block from issue summary list items#5262

Open
marcoscaceres wants to merge 2 commits intospeced:mainfrom
marcoscaceres:fix/3942-issue-summary-newlines
Open

fix(styles): remove inline-block from issue summary list items#5262
marcoscaceres wants to merge 2 commits intospeced:mainfrom
marcoscaceres:fix/3942-issue-summary-newlines

Conversation

@marcoscaceres
Copy link
Copy Markdown
Contributor

Closes #3942

#issue-summary li { display: inline-block } caused title-less issues to collapse onto the same line (e.g., "Issue 2Issue 3" with no separation). The 2-column layout is handled by column-count: 2 on the parent <ul>, so the inline-block was unnecessary.

Before (title-less issues smashed together):
before

After (each issue on its own line within the 2-column layout):
after

`#issue-summary li { display: inline-block }` caused title-less issues
to collapse onto the same line ("Issue 2Issue 3" with no separation).
The 2-column layout is handled by `column-count: 2` on the parent
`<ul>`, so the `inline-block` was unnecessary.

Closes speced#3942
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates ReSpec’s bundled stylesheet to prevent issue-summary list items from collapsing onto the same line when an issue has no title, while preserving the existing 2-column layout on the parent <ul>.

Changes:

  • Remove display: inline-block from #issue-summary li so each issue renders on its own line.
  • Keep the 2-column layout driven by column-count: 2 on #issue-summary > ul.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/styles/respec.css.js
@marcoscaceres
Copy link
Copy Markdown
Contributor Author

@copilot Can you confirm all your feedback has been addressed? Can you fix anything that was not addressed?

1 similar comment
@marcoscaceres
Copy link
Copy Markdown
Contributor Author

@copilot Can you confirm all your feedback has been addressed? Can you fix anything that was not addressed?

@marcoscaceres marcoscaceres marked this pull request as ready for review May 5, 2026 04:13
@marcoscaceres marcoscaceres requested a review from sidvishnoi May 5, 2026 04:13
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.

issue-summary should include non-github issues

2 participants