Fix CSS: only make first strong tag in callout boxes block-level

This commit is contained in:
Ivo Oskamp 2026-02-08 11:48:45 +01:00
parent 20f3b5c222
commit a303c817ba

View File

@ -198,7 +198,7 @@
border-left-color: #dc3545; border-left-color: #dc3545;
} }
.doc-callout strong { .doc-callout > strong:first-child {
display: block; display: block;
margin-bottom: 5px; margin-bottom: 5px;
} }