Replies: 1 comment
-
|
The problem is that setting Try using a CSS class or id to target your specific container instead. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Checked closed issues — no duplicates found. Running latest Textual (7.5.0).
The bug
Markdown list items render with extra blank lines between them when a
Horizontalcontainer (with a child) is a sibling in a CSS grid that has both explicitgrid-columnsandgrid-rows.Expected: compact list — no blank lines between bullet items.
Actual: blank line between items.
Minimal reproduction
Output
Trigger conditions (all required)
grid-columnsandgrid-rowssetMarkdownas a direct grid childHorizontalwith a child widget as a sibling grid childAny of these make the list render correctly
grid-columnsorgrid-rowsHorizontalwithVerticalHorizontal()Textual Diagnostics
Versions
Python
Operating System
Terminal
Beta Was this translation helpful? Give feedback.
All reactions