Skip to content

Commit 69b29e7

Browse files
fix: FIT-642: Text and number input fields are NOT aligned with other fields in the filter modal (#8995)
1 parent 3dbc16d commit 69b29e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/libs/datamanager/src/components/Filters/FilterInput.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const FilterInput = ({ value, type, onChange, placeholder, schema, style
1111

1212
return (
1313
<Input
14-
rawClassName="h-full min-w-[100px]"
14+
rawClassName="min-w-[100px]"
1515
size="small"
1616
type={type}
1717
value={value ?? ""}

0 commit comments

Comments
 (0)