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

View File

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