design: reduce padding for pre in tabs

This commit is contained in:
Julien Calixte
2026-04-27 16:10:54 +02:00
parent 37b39a6d96
commit 812f393283
2 changed files with 10 additions and 1 deletions

View File

@@ -233,3 +233,12 @@ iframe {
.todo-notes li:has(> input[type="checkbox"]) {
list-style: none;
}
.tabs :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
margin-top: 0;
margin-bottom: 0;
padding-top: 0.2rem;
padding-inline-end: 0.2rem;
padding-bottom: 0.2rem;
padding-inline-start: 0.2rem;
}