Skip to content

fix(styles/ui): convert physical CSS properties to logical for RTL#5287

Draft
marcoscaceres wants to merge 1 commit into
mainfrom
fix/4223-bidi-logical-props
Draft

fix(styles/ui): convert physical CSS properties to logical for RTL#5287
marcoscaceres wants to merge 1 commit into
mainfrom
fix/4223-bidi-logical-props

Conversation

@marcoscaceres
Copy link
Copy Markdown
Contributor

Partially addresses #4223

Convert physical positioning and alignment in ui.css.js to CSS
logical properties for RTL document support.

Replace right/left positioning, margin-left/right, padding-left/right,
and text-align left/right with their logical equivalents
(inset-inline-start/end, margin-inline-start/end, padding-inline-start/end,
text-align start/end) in ui.css.js.

This ensures the ReSpec pill, modals, and error/warning lists render
correctly in RTL documents.

Partially addresses #4223
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant