diff --git a/src/pretix/static/pretixpresale/scss/_event.scss b/src/pretix/static/pretixpresale/scss/_event.scss index a56294e2df..a8160eab82 100644 --- a/src/pretix/static/pretixpresale/scss/_event.scss +++ b/src/pretix/static/pretixpresale/scss/_event.scss @@ -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;