From: Anton Khorev Date: Sun, 1 Oct 2023 15:40:10 +0000 (+0300) Subject: Remove rtl direction fix for X-Git-Tag: live~1423^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/d60a87312612ed9e7567352ccd510f721adaea66 Remove rtl direction fix for --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index b95d1fcd6..fc0a8292f 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -1121,8 +1121,6 @@ div.secondary-actions { code { background: $lightgrey; padding: 2px 3px; - direction: inherit; /* fix for Bootstrap < 5.2 */ - unicode-bidi: unset; /* fix for Bootstrap < 5.2 */ } pre {