css: Avoid that toggle switches break onto a new line in minimal layout
This commit is contained in:
parent
b1881c6a53
commit
c7a3783034
|
@ -590,6 +590,7 @@ form.instance-features span.description, form.object-features span.description {
|
|||
.object-features {
|
||||
.control-label-group {
|
||||
text-align: left;
|
||||
margin-right: 0;
|
||||
width: @name-value-table-name-width;
|
||||
|
||||
label {
|
||||
|
|
|
@ -52,7 +52,6 @@ form.icinga-form {
|
|||
|
||||
.control-label-group {
|
||||
text-align: left;
|
||||
width: 100%;
|
||||
padding-bottom: 0;
|
||||
padding-left: 0;
|
||||
margin-bottom: 0;
|
||||
|
@ -82,7 +81,7 @@ form.icinga-form .control-label-group {
|
|||
padding: .5625em .5625em .5625em 0;
|
||||
max-height: 2.5em;
|
||||
text-align: right;
|
||||
width: @name-value-table-name-width;
|
||||
width: 14em;
|
||||
}
|
||||
|
||||
.icinga-controls .control-info {
|
||||
|
|
Loading…
Reference in New Issue