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

Merged
tjund merged 1 commits from wip/73591-child-of-cell-body into main 2023-01-19 16:44:16 +01:00
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 {