- 
                Notifications
    You must be signed in to change notification settings 
- Fork 347
Closed
Labels
a-contentParsing and rendering Zulip HTML content, notably message contentsParsing and rendering Zulip HTML content, notably message contentsa-designVisual and UX designVisual and UX design
Milestone
Description
The ordered list layout currently uses a fixed width of 20px for the marker column:
width: 20, // TODO handle long numbers in <ol>, like https://github.com/zulip/zulip/pull/25063This can cause layout issues when the list starts with large numbers (e.g., "9999. first")
Observed Behavior:
The dot (.) moves to the next line when the marker has 2 or more digits.
Example: "10." appears misaligned, with the dot shifting below the number in the screenshot below.
 
Expected Behavior:
The marker column should adjust dynamically to accommodate longer numbers without breaking the layout.
gnprice and shkshreyas
Metadata
Metadata
Assignees
Labels
a-contentParsing and rendering Zulip HTML content, notably message contentsParsing and rendering Zulip HTML content, notably message contentsa-designVisual and UX designVisual and UX design
Type
Projects
Status
Done