Skip to content

Commit

Permalink
assets/input_group: remobe bottom margin on inputgroup inputs part fi…
Browse files Browse the repository at this point in the history
…x for #4232
  • Loading branch information
philli-m authored and fuzzylogic2000 committed Mar 4, 2022
1 parent 16225c6 commit 6cdd51f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions meinberlin/assets/scss/components/_input_group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

.input-group {
display: flex;

input {
margin-bottom: 0;
}
}

.input-group__input {
Expand Down

0 comments on commit 6cdd51f

Please sign in to comment.