Skip to content

Commit

Permalink
fix: fix filter pane header change the height on selection
Browse files Browse the repository at this point in the history
  • Loading branch information
quanho committed Mar 10, 2023
1 parent 28388c3 commit 7d2ebae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/nucleus/src/components/listbox/ListBoxInline.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ function ListBoxInline({ options, layout }) {
>
{toolbar && (
<Grid item container style={{ padding: theme.spacing(1) }} wrap="nowrap">
<Grid item container wrap="nowrap">
<Grid item container style={{ height: '32px' }} wrap="nowrap">
<Grid item sx={{ display: 'flex', alignItems: 'center', width: searchIconWidth }}>
{isLocked ? (
<IconButton tabIndex={-1} onClick={unlock} disabled={!isLocked} size="large">
Expand Down

0 comments on commit 7d2ebae

Please sign in to comment.