Merge pull request #4156 from AntonKhorev/bootstrap-code-direction-fix
Don't do direction override from Bootstrap reboot of <code>
This commit is contained in:
commit
28b00b85da
1 changed files with 2 additions and 0 deletions
|
@ -1190,6 +1190,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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue