mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
css: minimum width for form fieldsets
This commit is contained in:
parent
e24cbea712
commit
81b2dca379
@ -462,6 +462,10 @@ form dt label {
|
||||
}
|
||||
}
|
||||
|
||||
form fieldset {
|
||||
min-width: 36em;
|
||||
}
|
||||
|
||||
form dd input.related-action[type='submit'] {
|
||||
display: none;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user