diff --git a/src/pretix/presale/templates/pretixpresale/event/checkout_addons.html b/src/pretix/presale/templates/pretixpresale/event/checkout_addons.html index a6f715a0c..bc5e551de 100644 --- a/src/pretix/presale/templates/pretixpresale/event/checkout_addons.html +++ b/src/pretix/presale/templates/pretixpresale/event/checkout_addons.html @@ -17,22 +17,20 @@

- - {% trans "Add-ons:" %} - {{ form.item.name }}{% if form.variation %} - – {{ form.variation }} - {% endif %} - {% if form.pos.seat %} - - {{ form.pos.seat }} - - {% endif %} - + {% trans "Add-ons:" %} + {{ form.item.name }}{% if form.variation %} + – {{ form.variation }} + {% endif %}

+ {% if form.pos.seat %} +

+ {{ form.pos.seat }} +

+ {% endif %} {% if form.pos.subevent %}

diff --git a/src/pretix/static/pretixpresale/scss/main.scss b/src/pretix/static/pretixpresale/scss/main.scss index 5d9507d20..078e6e429 100644 --- a/src/pretix/static/pretixpresale/scss/main.scss +++ b/src/pretix/static/pretixpresale/scss/main.scss @@ -358,11 +358,6 @@ body.loading .container { outline: 0; text-decoration: none; } -.panel-title-parts { - display: flex; - flex-wrap: wrap; - gap: .5em; -} .panel-default .panel-title a[data-toggle="collapse"]:hover { background-color: #eeeeee;