Skip to content

Commit

Permalink
fix(theme-live-codeblock): fix live editor border-radius (#10689)
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber authored Nov 18, 2024
1 parent e5bdb0b commit 644bc49
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
direction: ltr;
}

.playgroundEditor pre {
border-radius: 0;
}

.playgroundPreview {
padding: 1rem;
background-color: var(--ifm-pre-background);
Expand Down

0 comments on commit 644bc49

Please sign in to comment.