Actually fix overflowing text when Input has right slot items

This commit is contained in:
Gregory Schier
2026-06-03 12:44:33 -07:00
parent 9f51c61447
commit 1b28dfd9d1
+2 -2
View File
@@ -292,8 +292,8 @@ function BaseInput({
inputWrapperClassName, inputWrapperClassName,
"flex-1 min-w-0 px-2", "flex-1 min-w-0 px-2",
fullHeight && "h-full", fullHeight && "h-full",
leftSlot ? "pl-0.5 -ml-2" : null, leftSlot ? "pl-0" : null,
rightSlot ? "pr-0.5 -mr-2" : null, rightSlot ? "pr-0" : null,
)} )}
> >
<Editor <Editor