From d60a87312612ed9e7567352ccd510f721adaea66 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Sun, 1 Oct 2023 18:40:10 +0300 Subject: [PATCH] Remove rtl direction fix for --- app/assets/stylesheets/common.scss | 2 -- 1 file changed, 2 deletions(-) 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 { -- 2.39.5