forked from CGM_Public/pretix_original
Avoid word wrap inside event date
This commit is contained in:
@@ -122,6 +122,7 @@ section.front-page {
|
|||||||
@media (max-width: $screen-sm-max) {
|
@media (max-width: $screen-sm-max) {
|
||||||
.page-header h1 small {
|
.page-header h1 small {
|
||||||
display: block;
|
display: block;
|
||||||
|
white-space: normal;
|
||||||
}
|
}
|
||||||
.row-voucher > div:first-child {
|
.row-voucher > div:first-child {
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
|
|||||||
@@ -20,6 +20,9 @@ footer {
|
|||||||
h1 {
|
h1 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
h1 small {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
.loginbox {
|
.loginbox {
|
||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user