Improve form filter style

This commit is contained in:
Sebastian Serth
2020-05-05 16:52:01 +02:00
parent 921eb1a464
commit 854d1dd032
7 changed files with 45 additions and 37 deletions

View File

@@ -12,9 +12,11 @@
}
.filter-form {
.form-group {
.row:not(:last-child) {
margin-bottom: 1em;
}
.form-group {
&:not(:last-child) {
margin-right: 1em;
}