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