From 1b28dfd9d1bfabc3901d95317c75166bdb6fdff7 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Wed, 3 Jun 2026 12:44:33 -0700 Subject: [PATCH] Actually fix overflowing text when Input has right slot items --- apps/yaak-client/components/core/Input.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/yaak-client/components/core/Input.tsx b/apps/yaak-client/components/core/Input.tsx index 1b4094c9..b35bd706 100644 --- a/apps/yaak-client/components/core/Input.tsx +++ b/apps/yaak-client/components/core/Input.tsx @@ -292,8 +292,8 @@ function BaseInput({ inputWrapperClassName, "flex-1 min-w-0 px-2", fullHeight && "h-full", - leftSlot ? "pl-0.5 -ml-2" : null, - rightSlot ? "pr-0.5 -mr-2" : null, + leftSlot ? "pl-0" : null, + rightSlot ? "pr-0" : null, )} >