mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Avoid word wrap inside event date
This commit is contained in:
@@ -122,6 +122,7 @@ section.front-page {
|
||||
@media (max-width: $screen-sm-max) {
|
||||
.page-header h1 small {
|
||||
display: block;
|
||||
white-space: normal;
|
||||
}
|
||||
.row-voucher > div:first-child {
|
||||
margin-bottom: 15px;
|
||||
|
||||
@@ -20,6 +20,9 @@ footer {
|
||||
h1 {
|
||||
margin: 0;
|
||||
}
|
||||
h1 small {
|
||||
white-space: nowrap;
|
||||
}
|
||||
.loginbox {
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user