mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-30 23:08:54 +02:00
fix(v2): Code blocks should be LTR by default (#4277)
* use LTR code code blocks * code blocks should be LTR
This commit is contained in:
parent
6ab5084c87
commit
3d00613e5d
3 changed files with 5 additions and 1 deletions
|
@ -24,6 +24,8 @@
|
|||
|
||||
.playgroundEditor {
|
||||
font-family: var(--ifm-font-family-monospace) !important;
|
||||
/*rtl:ignore*/
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
.playgroundPreview {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue