CSS: Make labels wrap in Safari with `display: inline-block’
refs #4421
This commit is contained in:
parent
7be774b71d
commit
5fae8fc2b2
|
@ -237,6 +237,10 @@ form.role-form {
|
|||
font-style: normal;
|
||||
}
|
||||
|
||||
.control-label > * {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
h3 {
|
||||
> :first-child {
|
||||
display: inline-block;
|
||||
|
|
Loading…
Reference in New Issue