Allow word wrapping inside .dl-horizontal dt

This commit is contained in:
Raphael Michel
2017-07-14 18:10:18 +02:00
parent 56735dc1c6
commit fe9a4b7aa3
2 changed files with 7 additions and 1 deletions

View File

@@ -367,4 +367,6 @@ body.loading #wrapper {
}
}
.dl-horizontal dt {
white-space: normal;
}