From: Anton Khorev Date: Fri, 11 Aug 2023 23:23:56 +0000 (+0300) Subject: Don't do direction override from Bootstrap reboot of X-Git-Tag: live~1186^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/f8fac7089bc170382b78e92bcf9420569a18e5e1?ds=sidebyside;hp=-c Don't do direction override from Bootstrap reboot of Later versions of Bootstrap don't have it. See https://github.com/twbs/bootstrap/pull/35230 --- f8fac7089bc170382b78e92bcf9420569a18e5e1 diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 5a033bd0b..2f6aebf44 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -1233,6 +1233,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 {