diff --git a/apps/yaak-client/components/core/Input.tsx b/apps/yaak-client/components/core/Input.tsx index 35bc826c9..2334687a2 100644 --- a/apps/yaak-client/components/core/Input.tsx +++ b/apps/yaak-client/components/core/Input.tsx @@ -201,7 +201,7 @@ function BaseInput({ const id = useRef(`input-${generateId()}`); const editorClassName = classNames( className, - "!bg-transparent min-w-0 h-auto w-full focus:outline-none placeholder:text-placeholder", + "!bg-transparent min-w-0 h-auto w-full focus:outline-none placeholder:text-placeholder pr-1.5", ); const isValid = useMemo(() => {