Hide empty panels (#4684)

This commit is contained in:
Richard Schreiber
2024-12-05 12:08:33 +01:00
committed by GitHub
parent 70f06a8f40
commit 94a64ba53a

View File

@@ -136,6 +136,10 @@ article.item-with-variations .product-row:last-child:after {
display: none;
}
.panel-body:not(:has(*)) {
padding: 0;
}
.panel-body > *:last-child,
.panel-body address:last-child {
margin-bottom: 0;