Skip to content

Commit

Permalink
fix(Autosuggest): change autosuggest focused input height
Browse files Browse the repository at this point in the history
  • Loading branch information
janseke10 committed Jan 23, 2024
1 parent 4d1d833 commit 6e088e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
padding-bottom: var(--margin);

&--isFocused {
min-height: 36px;
min-height: 34px;
height: auto;
flex-wrap: wrap;
}
Expand Down

0 comments on commit 6e088e9

Please sign in to comment.