mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
margin when listing multiple gf-form should be right
when listing multiple gf-form elements this style is applied to all elements except the first. By having the margin on the right side there will always be some margin between all gf-forms
This commit is contained in:
parent
dffb4c8a46
commit
dc2ebeb7c0
@ -82,7 +82,7 @@ $input-border: 1px solid $input-border-color;
|
||||
align-content: flex-start;
|
||||
|
||||
.gf-form + .gf-form {
|
||||
margin-right: $gf-form-margin;
|
||||
margin-left: $gf-form-margin;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user