[EuiText] Fix multiple missing CSS logical properties#6059
[EuiText] Fix multiple missing CSS logical properties#6059cee-chen merged 4 commits intoelastic:mainfrom
Conversation
|
Preview documentation changes for this PR: https://eui.elastic.co/pr_6059/ |
elizabetdev
left a comment
There was a problem hiding this comment.
LGTM! 🎉
How did we miss that? 😄
There's also one text-align: center that can be converted to use ${logicalTextAlignCSS('center')};.
eui/src/components/text/text.styles.ts
Line 193 in e6c461f
|
|
thompsongl
left a comment
There was a problem hiding this comment.
LGTM after the snapshot update
it's also maybe useful to include to remind us to use more logical properties in the future
Yeah we have the util function so might as well use it. If it ever does change then we can update one place.
|
Preview documentation changes for this PR: https://eui.elastic.co/pr_6059/ |
|
Preview documentation changes for this PR: https://eui.elastic.co/pr_6059/ |
Summary
I missed converting a few of these properties in #5895 and #6049 🙈
Before
After
Checklist
direction: rtlandwriting-mode: vertical-rl