mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +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;
|
||||
}
|
||||
}
|
||||
|
||||
.dl-horizontal dt {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user