Revert "Event header: Fix wrapping of date in h2 header (Z#23245589)"

This reverts commit 3d25316fe3.
This commit is contained in:
Raphael Michel
2026-09-04 17:57:09 +02:00
parent 3d25316fe3
commit 3f9d0bb781
@@ -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) {