-
Notifications
You must be signed in to change notification settings - Fork 306
Fix ordered list layout to handle long numbers in <ol>
#1356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Milestone
Comments
lakshya1goel
added a commit
to lakshya1goel/zulip-flutter
that referenced
this issue
Feb 14, 2025
lakshya1goel
added a commit
to lakshya1goel/zulip-flutter
that referenced
this issue
Feb 21, 2025
lakshya1goel
added a commit
to lakshya1goel/zulip-flutter
that referenced
this issue
Feb 22, 2025
I want to handle this |
Hi @shkshreyas, there is already an open PR #1329 under review to fix this issue, Please have a look. Thanks! |
Closed
lakshya1goel
added a commit
to lakshya1goel/zulip-flutter
that referenced
this issue
Feb 26, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The ordered list layout currently uses a fixed width of 20px for the marker column:
This 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.
The text was updated successfully, but these errors were encountered: