From 3f9d0bb78155aeac54fb14222ec95ac65a796b60 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 4 Sep 2026 17:57:09 +0200 Subject: [PATCH] Revert "Event header: Fix wrapping of date in h2 header (Z#23245589)" This reverts commit 3d25316fe3c5307c4c423b3300c8753fae68da00. --- src/pretix/static/pretixpresale/scss/_theme.scss | 4 ---- 1 file changed, 4 deletions(-) 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) {