Remove leading empty space from <figcaption> if it's empty
This commit is contained in:
parent
8aed72a94d
commit
1dc243c95f
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
figcaption:not(:empty) {
|
||||
margin-block-start: 0.2em;
|
||||
}
|
||||
|
||||
figure {
|
||||
border-radius: 6px;
|
||||
margin: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue