From 28b9c4b1f3d26e594801d3d404368d72d7a936f7 Mon Sep 17 00:00:00 2001 From: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com> Date: Tue, 30 Jul 2024 23:57:56 -0400 Subject: [PATCH] Use min-height for search entries (#266) This fixes the styling if any entry is too long to fit on one line. --- src/css/_dropdown.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/_dropdown.scss b/src/css/_dropdown.scss index d362c7f..7588f04 100644 --- a/src/css/_dropdown.scss +++ b/src/css/_dropdown.scss @@ -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,