mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
fix(theme-live-codeblock): fix live editor border-radius (#10689)
This commit is contained in:
parent
e5bdb0b97d
commit
644bc49862
|
|
@ -34,6 +34,10 @@
|
|||
direction: ltr;
|
||||
}
|
||||
|
||||
.playgroundEditor pre {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.playgroundPreview {
|
||||
padding: 1rem;
|
||||
background-color: var(--ifm-pre-background);
|
||||
|
|
|
|||
Loading…
Reference in New Issue