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:
parent
f47eeb0632
commit
f8fac7089b
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue