expand: avoid superflous margin at start and end of content #558

This commit is contained in:
Sören Weber 2023-06-05 08:43:51 +02:00
parent 61776a070f
commit df37463789
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -505,6 +505,8 @@ div.box > .box-content {
#body table td > :first-child :first-child,
#body div.box > .box-content > :first-child,
#body div.box > .box-content > :first-child :first-child,
#body div.expand > .expand-content-text > :first-child,
#body div.expand > .expand-content-text > :first-child :first-child,
#body div.tab-content > .tab-content-text > :first-child,
#body div.tab-content > .tab-content-text > :first-child :first-child {
margin-top: 0;
@ -516,6 +518,8 @@ div.box > .box-content {
#body table td > :last-child :last-child,
#body div.box > .box-content > :last-child,
#body div.box > .box-content > :last-child :last-child,
#body div.expand > .expand-content-text > :last-child,
#body div.expand > .expand-content-text > :last-child :last-child,
#body div.tab-content > .tab-content-text > :last-child,
#body div.tab-content > .tab-content-text > :last-child :last-child {
margin-bottom: 0;