forms.less: Fix them-mode control-group on mobile

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

View File

@ -546,3 +546,16 @@ form.icinga-form .form-info {
text-align: center;
}
}
#layout.minimal-layout .icinga-form {
.theme-mode {
.control-label-group {
width: 100%;
margin-bottom: .5em;
}
label:first-of-type {
margin-left: auto;
}
}
}