CSS: Don’t make .inline forms 100% width
This commit is contained in:
parent
7b0b32fc43
commit
b7617bf81b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue