BigW Consortium Gitlab

Commit 79dcaec6 by Clement Ho

Merge branch 'master' into 'master'

reset text-align to initial to let elements with dir="auto" align texts to right… Closes #13281 See merge request !12892
parents 11f9ac0a f10c4c72
......@@ -2,6 +2,10 @@
color: $gl-text-color;
word-wrap: break-word;
[dir="auto"] {
text-align: initial;
}
a {
color: $md-link-color;
}
......
---
title: "reset text-align to initial to let elements with dir="auto" align texts to right in RTL languages ( default is left )"
merge_request: 12892
author: goshhob
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment