Avoid word wrap inside event date

This commit is contained in:
Raphael Michel
2017-06-21 15:44:42 +02:00
parent 02d2b88a54
commit 91bd02157c
2 changed files with 4 additions and 0 deletions

View File

@@ -20,6 +20,9 @@ footer {
h1 {
margin: 0;
}
h1 small {
white-space: nowrap;
}
.loginbox {
padding-top: 15px;
}