Don't do direction override from Bootstrap reboot of <code>

Later versions of Bootstrap don't have it.
See https://github.com/twbs/bootstrap/pull/35230
This commit is contained in:
Anton Khorev 2023-08-12 02:23:56 +03:00
parent f47eeb0632
commit f8fac7089b

View file

@ -1233,6 +1233,8 @@ div.secondary-actions {
code { code {
background: $lightgrey; background: $lightgrey;
padding: 2px 3px; padding: 2px 3px;
direction: inherit; /* fix for Bootstrap < 5.2 */
unicode-bidi: unset; /* fix for Bootstrap < 5.2 */
} }
pre { pre {