Remove padding from multiline code blocks

This commit is contained in:
Sascha Ißbrücker
2023-05-31 17:53:04 +02:00
parent 4220ea0b4c
commit 86a39e0433

View File

@@ -256,6 +256,7 @@ ul.bookmark-list .notes-content {
pre code { pre code {
background: none; background: none;
box-shadow: none; box-shadow: none;
padding: 0;
} }
> pre:first-child:last-child { > pre:first-child:last-child {