Event list: Move empty message inside panel (Z#23185800) (#4910)

* Event list: Move empty message inside panel (Z#23185800)

* Review notes and adjust some margins
This commit is contained in:
Raphael Michel
2025-03-18 14:22:34 +01:00
committed by GitHub
parent 745929b625
commit 4740291e43
3 changed files with 32 additions and 25 deletions

View File

@@ -145,6 +145,11 @@ article.item-with-variations .product-row:last-child:after {
margin-bottom: 0;
}
.panel > hr {
margin: 0;
border-top: 1px solid $table-border-color;
}
.product-row {
padding: 1.25*$line-height-computed 0;

View File

@@ -413,7 +413,6 @@ details.details-open .panel-title::before {
}
.panel-subhead {
margin-bottom: 15px;
padding: 15px;
background: $table-bg-accent;
border-bottom: 1px solid $table-border-color;