Skip to content

Commit

Permalink
Use min-height for search entries (#266)
Browse files Browse the repository at this point in the history
This fixes the styling if any entry is too long to fit on one line.
  • Loading branch information
Eric-Arellano authored Jul 31, 2024
1 parent 74d8673 commit 28b9c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/_dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

div.choices__item.choices__item--choice.choices__item--selectable {
font-size: typography.$font-size-base;
height: spacing.$min-touch-target;
min-height: spacing.$min-touch-target;
}

.choices__list--dropdown,
Expand Down

0 comments on commit 28b9c4b

Please sign in to comment.