mirror of
https://github.com/pretix/pretix.git
synced 2026-09-12 16:04:42 +00:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user