mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-30 06:50:36 +02:00
fix(theme-live-codeblock): fix live editor border-radius (#10689)
This commit is contained in:
parent
e5bdb0b97d
commit
644bc49862
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,10 @@
|
|||
direction: ltr;
|
||||
}
|
||||
|
||||
.playgroundEditor pre {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.playgroundPreview {
|
||||
padding: 1rem;
|
||||
background-color: var(--ifm-pre-background);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue