css: remove margins of .cell--body child (#73591)

This commit is contained in:
Thomas Jund 2023-01-19 11:09:13 +01:00 committed by Gitea
parent 4bf168561e
commit 41c3aeafef
1 changed files with 3 additions and 2 deletions

View File

@ -100,8 +100,9 @@ div.a2-block,
& h2 + div,
.cell--body {
padding: 1rem;
& p.empty-message {
margin: 0;
> :only-child {
margin-top: 0;
margin-bottom: 0;
}
}
& h2 + div.links-list {