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

This was already correct if the header was a h1
This commit is contained in:
Raphael Michel
2026-09-04 17:55:03 +02:00
parent dc7d5c6029
commit 3d25316fe3
@@ -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) {