Fix CSS: only make first strong tag in callout boxes block-level
This commit is contained in:
parent
20f3b5c222
commit
a303c817ba
@ -198,7 +198,7 @@
|
||||
border-left-color: #dc3545;
|
||||
}
|
||||
|
||||
.doc-callout strong {
|
||||
.doc-callout > strong:first-child {
|
||||
display: block;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user