mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
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;
|
||||
}
|
||||
|
||||
.panel-body:not(:has(*)) {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.panel-body > *:last-child,
|
||||
.panel-body address:last-child {
|
||||
margin-bottom: 0;
|
||||
|
||||
Reference in New Issue
Block a user