mirror of
https://github.com/pretix/pretix.git
synced 2026-09-14 16:24:43 +00:00
Allow word wrapping inside .dl-horizontal dt
This commit is contained in:
@@ -367,4 +367,6 @@ body.loading #wrapper {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dl-horizontal dt {
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
|
|||||||
@@ -172,3 +172,7 @@ body.loading .container {
|
|||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dl-horizontal dt {
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user