Fix direction of code blocks mixed with RTL text

fixes (#733)
This commit is contained in:
anyone00 2022-08-09 19:46:01 +03:00 committed by GitHub
parent 9f99320fda
commit a110243fb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -384,6 +384,7 @@
& pre {
width: fit-content;
max-width: 100%;
direction: initial;
@include scrollbar.scroll;
@include scrollbar.scroll__h;
@include scrollbar.scroll--auto-hide;