]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Don't do direction override from Bootstrap reboot of <code>
[rails.git] / app / assets / stylesheets / common.scss
index 5a033bd0b6a3ed8e26cecf1c9d33930f8b29e89a..2f6aebf448290684cf713739a0399d64bc8e4852 100644 (file)
@@ -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 {