mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 01:09:20 +02:00
fix: code blocks should scroll in RTL direction (#5357)
This commit is contained in:
parent
174fd2d248
commit
416e2a7a29
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@
|
|||
|
||||
.codeBlockLines {
|
||||
font: inherit;
|
||||
/*rtl:ignore*/
|
||||
float: left;
|
||||
min-width: 100%;
|
||||
padding: var(--ifm-pre-padding);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue