CSS: Don’t make .inline forms 100% width

This commit is contained in:
Florian Strohmaier 2019-08-22 14:38:40 +02:00
parent 7b0b32fc43
commit b7617bf81b
1 changed files with 3 additions and 1 deletions

View File

@ -48,7 +48,9 @@ form.icinga-form {
#layout.minimal-layout,
#layout.twocols:not(.wide-layout) {
form.icinga-form {
width: 100%;
&:not(.inline) {
width: 100%;
}
.control-label-group {
text-align: left;