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