Skip to content

Commit

Permalink
fix live editor border-radius
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Nov 18, 2024
1 parent a53ddf6 commit 1db405b
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 1db405b

Please sign in to comment.