Skip to content

Commit 644bc49

Browse files
authored
fix(theme-live-codeblock): fix live editor border-radius (#10689)
1 parent e5bdb0b commit 644bc49

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/docusaurus-theme-live-codeblock/src/theme/Playground/styles.module.css

+4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
direction: ltr;
3535
}
3636

37+
.playgroundEditor pre {
38+
border-radius: 0;
39+
}
40+
3741
.playgroundPreview {
3842
padding: 1rem;
3943
background-color: var(--ifm-pre-background);

0 commit comments

Comments
 (0)