Adjust input group margins for more equal spacing.

This commit is contained in:
Julius Volz 2015-01-19 14:15:37 +01:00
parent 170da9460d
commit 013c22ca01
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ input[name="end_input"], input[name="range_input"] {
.prometheus_input_group {
display: inline-block;
margin: 10px 10px;
margin: 10px 5px;
overflow: auto;
}