Fix text alignment for RTL messages (#2597)
This commit is contained in:
parent
185c05ceba
commit
381cb06be8
1 changed files with 2 additions and 1 deletions
|
@ -446,12 +446,13 @@
|
|||
color: $color-light-90;
|
||||
font-size: 14px;
|
||||
line-height: 18px;
|
||||
text-align: start;
|
||||
|
||||
overflow-wrap: break-word;
|
||||
word-wrap: break-word;
|
||||
word-break: break-word;
|
||||
white-space: pre-wrap;
|
||||
|
||||
|
||||
a {
|
||||
text-decoration: underline;
|
||||
color: $color-light-90;
|
||||
|
|
Loading…
Reference in a new issue