mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-06-05 14:12:44 +02:00
Actually fix overflowing text when Input has right slot items
This commit is contained in:
@@ -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,
|
||||
)}
|
||||
>
|
||||
<Editor
|
||||
|
||||
Reference in New Issue
Block a user