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
The problem is in this file. pl-[] and pr-[] should be replaced with padding-inline-start and padding-inline-end.
An even better option would be to add the tailwind classes pis-[] and pie-[] (or some other name, as suggested here), as they are necessary for a bidirectional UI.
The text was updated successfully, but these errors were encountered:
When adding a select element in RTL mode, the padding does not change accordingly:
![image](https://user-images.githubusercontent.com/38870042/197407881-412b0ebc-bcb5-4e1c-a87f-949a27ed2bdd.png)
The problem is in this file.
pl-[]
andpr-[]
should be replaced withpadding-inline-start
andpadding-inline-end
.An even better option would be to add the tailwind classes
pis-[]
andpie-[]
(or some other name, as suggested here), as they are necessary for a bidirectional UI.The text was updated successfully, but these errors were encountered: