forked from CGM_Public/pretix_original
Hide empty panels (#4684)
This commit is contained in:
committed by
GitHub
parent
70f06a8f40
commit
94a64ba53a
@@ -136,6 +136,10 @@ article.item-with-variations .product-row:last-child:after {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.panel-body:not(:has(*)) {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.panel-body > *:last-child,
|
.panel-body > *:last-child,
|
||||||
.panel-body address:last-child {
|
.panel-body address:last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user