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;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.control-label > * {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
> :first-child {
|
> :first-child {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in New Issue