Skip to content

Commit

Permalink
increase filter form operator input width
Browse files Browse the repository at this point in the history
  • Loading branch information
KenanYusuf committed Sep 6, 2024
1 parent 6605c46 commit a1e27b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ const FilterFormOperatorInput = styled('div', {
name: 'MuiDataGrid',
slot: 'FilterFormOperatorInput',
overridesResolver: (_, styles) => styles.filterFormOperatorInput,
})<{ ownerState: OwnerState }>({ width: 120 });
})<{ ownerState: OwnerState }>({ width: 150 });

const FilterFormValueInput = styled('div', {
name: 'MuiDataGrid',
Expand Down

0 comments on commit a1e27b8

Please sign in to comment.