diff --git a/src/frontend/src/components/inputComponent/index.tsx b/src/frontend/src/components/inputComponent/index.tsx index d180a5fa0..b5894fe6e 100644 --- a/src/frontend/src/components/inputComponent/index.tsx +++ b/src/frontend/src/components/inputComponent/index.tsx @@ -39,7 +39,7 @@ export default function InputComponent({ if (disableCopyPaste) setDisableCopyPaste(false); }} className={classNames( - " pr-12 ", + " pr-9 ", disabled ? " input-disable " : "", password && !pwdVisible && myValue !== "" ? "password" : "", editNode ? " input-edit-node " : " input-primary ",