From 04d40ede436db67da3e1f2ab4fbf6969d2769b5a Mon Sep 17 00:00:00 2001 From: Colin Darie Date: Mon, 30 Oct 2023 11:34:38 +0100 Subject: [PATCH] style(combobox): fix height of fake input/select --- app/assets/stylesheets/forms.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/forms.scss b/app/assets/stylesheets/forms.scss index 8a3934613..8cfe04eed 100644 --- a/app/assets/stylesheets/forms.scss +++ b/app/assets/stylesheets/forms.scss @@ -252,7 +252,7 @@ } } - input[type=text]:not([data-address='true']) { + input[type=text]:not(.fr-input):not(.fr-select) { border: solid 1px $border-grey; padding: $default-padding;