mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
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…
x
Reference in New Issue
Block a user