CSS: Make labels wrap in Safari with `display: inline-block’

refs #4421
This commit is contained in:
Florian Strohmaier 2021-07-06 14:05:51 +02:00 committed by Johannes Meyer
parent 7be774b71d
commit 5fae8fc2b2
1 changed files with 4 additions and 0 deletions

View File

@ -237,6 +237,10 @@ form.role-form {
font-style: normal;
}
.control-label > * {
display: inline-block;
}
h3 {
> :first-child {
display: inline-block;