monitoring: Properly size object-features form, #2

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-10 14:08:16 +01:00
parent 8a26e81c1c
commit 4859f08fc2
1 changed files with 6 additions and 0 deletions

View File

@ -367,7 +367,13 @@ form.instance-features span.description, form.object-features span.description {
.object-features .control-label-group {
text-align: left;
padding: @table-column-padding;
padding-left: 0;
width: @name-value-table-name-width;
label {
font-size: inherit;
}
}
.custom-variables ul {