fix(theme-live-codeblock): fix live editor border-radius (#10689)

This commit is contained in:
Sébastien Lorber 2024-11-18 11:10:06 +01:00 committed by GitHub
parent e5bdb0b97d
commit 644bc49862
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,6 +34,10 @@
direction: ltr;
}
.playgroundEditor pre {
border-radius: 0;
}
.playgroundPreview {
padding: 1rem;
background-color: var(--ifm-pre-background);