Skip to content

Commit

Permalink
monitoring: Properly size object-features form, #2
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Nov 10, 2015
1 parent 8a26e81 commit 4859f08
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/monitoring/public/css/module.less
Expand Up @@ -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 {
Expand Down

0 comments on commit 4859f08

Please sign in to comment.