fix: code blocks should scroll in RTL direction (#5357)

This commit is contained in:
Sébastien Lorber 2021-08-13 18:28:03 +02:00 committed by GitHub
parent 174fd2d248
commit 416e2a7a29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,6 +52,7 @@
.codeBlockLines {
font: inherit;
/*rtl:ignore*/
float: left;
min-width: 100%;
padding: var(--ifm-pre-padding);