From 1f2fa8ccbdba0bde6403ed50523dfec88c321df9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Erbsh=C3=A4u=C3=9Fer?= Date: Sun, 24 May 2026 09:23:03 +0200 Subject: [PATCH] fix icon width in input MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tobias Erbshäußer --- frontend/src/components/input.njk | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/input.njk b/frontend/src/components/input.njk index feaebda..f4cdb32 100644 --- a/frontend/src/components/input.njk +++ b/frontend/src/components/input.njk @@ -42,6 +42,7 @@ ::slotted(svg) { fill: var(--dark-gray); + width: 2.4rem; } :host([focused]) ::slotted(svg) {