Fix text alignment for RTL messages (#2597)

This commit is contained in:
sha-265 2018-08-03 19:26:36 +03:00 committed by Scott Nonnenberg
parent 185c05ceba
commit 381cb06be8

View file

@ -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;