Skip to content

Commit d51c8f5

Browse files
committed
Removed additional code
1 parent e34be9e commit d51c8f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/lib/components/Input/input.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export const Input = React.forwardRef((props: InputProps, ref: React.ForwardedRe
172172
},
173173
input: {
174174
className: resolveClassNames(
175-
"h-full focus:border-indigo-500 block w-full sm:text-sm border-gray-300 outline-none truncate"
175+
"h-full focus:border-indigo-500 block w-full sm:text-sm border-gray-300 outline-none"
176176
),
177177
ref: internalRef,
178178
},

0 commit comments

Comments
 (0)