From 3f78a3c466db2d8e3803b9ad45dba764b37e667f Mon Sep 17 00:00:00 2001 From: sha-265 <4103710+sha-265@users.noreply.github.com> Date: Fri, 14 Dec 2018 19:27:46 +0200 Subject: [PATCH] Fix text alignment for RTL quoted messages (#2980) --- stylesheets/_modules.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index fc02f732c..fbac9783b 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -728,6 +728,7 @@ font-size: 14px; line-height: 18px; color: $color-gray-90; + text-align: start; a { color: $color-gray-90;