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
When elements with dir=“ltr” are descendants of elements with dir=“rtl” or vice versa, both styles are applied. To fix this, we need to add a CSS rule to the compiled files, something like this:
[dir=rtl] :not([dir=ltr]) .classname {…}
The text was updated successfully, but these errors were encountered:
When elements with
dir=“ltr”
are descendants of elements withdir=“rtl”
or vice versa, both styles are applied. To fix this, we need to add a CSS rule to the compiled files, something like this:The text was updated successfully, but these errors were encountered: