mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +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;
|
direction: ltr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.playgroundEditor pre {
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.playgroundPreview {
|
.playgroundPreview {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
background-color: var(--ifm-pre-background);
|
background-color: var(--ifm-pre-background);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue