From e67b8693c93c973772f15593c9334874a79a7ad6 Mon Sep 17 00:00:00 2001 From: ArneBo Date: Sun, 29 Dec 2024 19:17:24 +0100 Subject: [PATCH] fix(style): set correct height for icons on inputs --- front/src/components/ui/input.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front/src/components/ui/input.scss b/front/src/components/ui/input.scss index 6054cfbdc..0f4f2b1dc 100644 --- a/front/src/components/ui/input.scss +++ b/front/src/components/ui/input.scss @@ -78,7 +78,7 @@ left: 0; bottom: 0; - height: 40px; + height: 44px; min-width: 44px; display: flex; @@ -97,7 +97,7 @@ right: 0px; bottom: 0px; - height: 40px; + height: 44px; min-width: 44px; display: flex;