Make sure that the extra <p></p> at the bottom of a comment containing only an image doesn't get a margin

This commit is contained in:
Butter Cat 2024-05-23 20:31:40 -04:00
parent 2f2cded671
commit e9af28b6eb
No known key found for this signature in database
GPG Key ID: FF37BE4FDDB74419

View File

@ -1492,7 +1492,7 @@ input[type="submit"] {
width: 100%;
}
.md > *:not(:first-child) {
.md > p:not(:first-child):not(:last-child) {
margin-top: 20px;
}