diff --git a/web/src/components/inputs/input.tsx b/web/src/components/inputs/input.tsx index a3c8a78..552b06a 100644 --- a/web/src/components/inputs/input.tsx +++ b/web/src/components/inputs/input.tsx @@ -202,6 +202,9 @@ export const RegexField = ({ disabled ? "bg-gray-100 dark:bg-gray-700 cursor-not-allowed" : "dark:bg-gray-800", + useRegex + ? "pr-10" + : "", "mt-2 block w-full dark:text-gray-100 rounded-md" )} disabled={disabled}