Merge pull request #14647 from grafana/explore-options-margin-increase

Increased margin between controls in logs panel
This commit is contained in:
Torkel Ödegaard
2018-12-23 17:45:49 +01:00
committed by GitHub

View File

@@ -18,7 +18,7 @@ $column-horizontal-spacing: 10px;
flex-wrap: wrap;
> * {
margin-right: 1em;
margin-right: $spacer*2;
}
}