You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use this library with right-to-left layout but the List component does not display the items well. It is still have text-align: left which present the content wrong.
This is a v1.x issue (v0.x is no longer maintained).
I have searched the issues of this repository and believe that this is not a duplicate.
Expected Behavior
The list item content will be aligned to the right.
I'm trying to use this library with right-to-left layout but the
List
component does not display the items well. It is still havetext-align: left
which present the content wrong.Expected Behavior
The list item content will be aligned to the right.
Current Behavior
The list item content is algined to the left,
Steps to Reproduce (for bugs)
This is a live example of RTL layout that present the problem.
This is the live demo of RTL from the docs, I've just added a simple List in it.
You can see that the
TextField
andinput
are aligned to the right as expected but theList
is not.List
componentContext
I'm trying to present a list in RTL layout.
Your Environment
The text was updated successfully, but these errors were encountered: