From 381cb06be8a528d476bf79e8afda5fd9773499d1 Mon Sep 17 00:00:00 2001 From: sha-265 <4103710+sha-265@users.noreply.github.com> Date: Fri, 3 Aug 2018 19:26:36 +0300 Subject: [PATCH] Fix text alignment for RTL messages (#2597) --- stylesheets/_modules.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index 1371119a953b..ab0d418ade98 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -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;