mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 04:57:38 +03:00
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:
parent
2f2cded671
commit
e9af28b6eb
1 changed files with 1 additions and 1 deletions
|
@ -1492,7 +1492,7 @@ input[type="submit"] {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.md > *:not(:first-child) {
|
||||
.md > p:not(:first-child):not(:last-child) {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue