From: Andy Allan Date: Wed, 16 Aug 2023 12:24:11 +0000 (+0100) Subject: Merge pull request #4156 from AntonKhorev/bootstrap-code-direction-fix X-Git-Tag: live~1095 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/28b00b85da663c161803897f6a54550597ed82c1?hp=9173dd3192e518671d419cdfac5c51fa5d4f5094 Merge pull request #4156 from AntonKhorev/bootstrap-code-direction-fix Don't do direction override from Bootstrap reboot of --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 5f89453c6..ee11340d9 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -1190,6 +1190,8 @@ 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 {