mirror of
https://github.com/pretix/pretix.git
synced 2026-05-11 16:13:59 +00:00
Avoid word wrap inside event date
This commit is contained in:
@@ -20,6 +20,9 @@ footer {
|
||||
h1 {
|
||||
margin: 0;
|
||||
}
|
||||
h1 small {
|
||||
white-space: nowrap;
|
||||
}
|
||||
.loginbox {
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user