-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Consider adding text alignment support to the List block #39071
Comments
Should the number or bullet also be aligned? |
Cc @t-hamano |
If we just want a UI for applying Furthermore, What is expected of this issue is to center the numbers and bullets left and right as shown below? |
Personally I would always expect the bullets to be in close proximity to the text, for the readability. So option two. |
Achieving this would be difficult with block support. This is because, generally, if we want to center a list that includes bullets or numbers left and right, we need to apply By the way, this layout can also be achieved by wrapping the List block with a Row block with |
What problem does this address?
While other text-related/content blocks support text alignment, the List block is omitted. Let's consider adding text alignment support to the List block, just like the Paragraph block supports.
Currently the only way to modify it's text alignment is to do so manually with a utility class.
The text was updated successfully, but these errors were encountered: