diff --git a/src/pretix/static/pretixcontrol/scss/main.scss b/src/pretix/static/pretixcontrol/scss/main.scss index b689487354..9abd93b6f2 100644 --- a/src/pretix/static/pretixcontrol/scss/main.scss +++ b/src/pretix/static/pretixcontrol/scss/main.scss @@ -454,7 +454,8 @@ details.details-open .panel-title::before { td > p:last-child, .panel-body > dl:last-child, .panel-body > .table:last-child, -.panel-body > .table-responsive:last-child > .table:last-child { +.panel-body > .table-responsive:last-child > .table:last-child, +table td ul:last-child { margin-bottom: 0; } .alert > p + p, .alert > p + ul, .alert > ul + p {