docs: Fix docusaurus code block styling (#1859)

This commit is contained in:
Ben Schlegel 2023-09-26 14:20:24 +02:00 committed by GitHub
parent 8a7e45d6c6
commit 04fd597866
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,10 @@
padding: 0 var(--ifm-pre-padding);
}
div[role=tabpanel]:not([hidden]) {
display: flow-root;
}
img {
border-radius: 15px;
}