reset text-align to initial to let elements with dir="auto" align texts to right…
What does this MR do?
reset the text-align to initial and let browser select right for RTL language ( default is left )
Are there points in the code the reviewer needs to double check?
No.
Why was this MR needed?
in RTL languages, RTL comments are left aligned.
Screenshots (if relevant)
Does this MR meet the acceptance criteria?
-
Changelog entry added, if necessary - No need -
Documentation created/updated - No need -
API support added - No need - Tests
-
Added for this feature/bug - No need -
All builds are passing
-
-
Conform by the merge request performance guides -
Conform by the style guides -
Branch has no merge conflicts with master
(if it does - rebase it please) -
Squashed related commits together
What are the relevant issue numbers?
closes #13281 (closed)
Edited by Clement Ho