diff --git a/src/pretix/static/pretixpresale/scss/_theme.scss b/src/pretix/static/pretixpresale/scss/_theme.scss index 4a1ffc6200..359bf08003 100644 --- a/src/pretix/static/pretixpresale/scss/_theme.scss +++ b/src/pretix/static/pretixpresale/scss/_theme.scss @@ -75,6 +75,9 @@ h3, .h3 { h2.content-header { margin-top: 0; + small { + white-space: nowrap; + } } @media (max-width: $screen-xs-max) { @@ -85,6 +88,7 @@ h2.content-header { } h2.content-header small { display: block; + white-space: normal; } } @media (min-width: $screen-sm-min) {