From c3e647f1a0890b7dcd391f497591198963189ce5 Mon Sep 17 00:00:00 2001 From: Bob Lee Date: Wed, 15 Jul 2026 14:45:39 +0800 Subject: [PATCH] fix(web-ui): make input fill wrapper height for consistent vertical alignment --- src/web-ui/src/component-library/components/Input/Input.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/web-ui/src/component-library/components/Input/Input.scss b/src/web-ui/src/component-library/components/Input/Input.scss index bcefeef560..63c5a8f9de 100644 --- a/src/web-ui/src/component-library/components/Input/Input.scss +++ b/src/web-ui/src/component-library/components/Input/Input.scss @@ -127,6 +127,7 @@ .bitfun-input { flex: 1; min-width: 0; + height: 100%; background: transparent; border: none !important; outline: none !important;