CSS: Optimize .form-controls layout in .minimal-layout

refs #4567
This commit is contained in:
Florian Strohmaier 2021-11-03 17:08:01 +01:00
parent 1fd861b5d6
commit d5ae19f57e
1 changed files with 12 additions and 0 deletions

View File

@ -88,6 +88,18 @@ form.inline {
} }
} }
#layout.minimal-layout .icinga-form {
.form-controls {
input[type="submit"] {
width: 100%;
&:not(:last-child) {
margin-bottom: 1em;
}
}
}
}
// Label styles // Label styles
form.icinga-form .control-label-group { form.icinga-form .control-label-group {