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:
Andy Allan 2023-08-16 13:24:11 +01:00 committed by GitHub
commit 28b00b85da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {