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 {