From 644c0ada22d0b49da85223e163113a88d7defb86 Mon Sep 17 00:00:00 2001 From: brendanjbond Date: Thu, 5 Dec 2024 14:00:48 -0600 Subject: [PATCH] add inline styling for select component height --- src/templates/bootstrap5/select/form.ejs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/templates/bootstrap5/select/form.ejs b/src/templates/bootstrap5/select/form.ejs index b2490e28d..077452ab7 100644 --- a/src/templates/bootstrap5/select/form.ejs +++ b/src/templates/bootstrap5/select/form.ejs @@ -20,4 +20,5 @@ {% } %} tabindex="-1" aria-label="{{ctx.t('autocomplete')}}" + style="height:calc(1.4em + 0.75rem + 2px);" />