Replies: 1 comment
-
Created an issue for this webstudio-is/webstudio#5335 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Properties like
padding
andmargin
should use their logical properties counterparts:padding-right
➡️padding-inline-end
margin-bottom
➡️margin-block-end
This should be the default, and the editor should use logical properties in all cases to help pave the way forward for accessibility and for RTL user agents.
Beta Was this translation helpful? Give feedback.
All reactions