Skip to content

Commit 6e4b2d8

Browse files
fix: addOnLeading text field caret cropping (calcom#23225)
1 parent cf13c06 commit 6e4b2d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ui/components/form/inputs/TextField.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export const InputField = forwardRef<HTMLInputElement, InputFieldProps>(function
165165
"w-full min-w-0 truncate border-0 bg-transparent focus:outline-none focus:ring-0",
166166
"text-default rounded-lg text-sm font-medium leading-none",
167167
"placeholder:text-muted disabled:cursor-not-allowed disabled:bg-transparent",
168-
addOnLeading && "pl-0.5 pr-0",
168+
addOnLeading && "rounded-none pl-0.5 pr-0",
169169
addOnSuffix && "pl-0",
170170
className
171171
)}

0 commit comments

Comments
 (0)