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 committed Mar 3, 2022
1 parent 2e77cdd commit 769e753
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 769e753

Please sign in to comment.