Skip to content

Commit

Permalink
refactor: refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
quanho committed Mar 11, 2023
1 parent bc2a6ef commit a18317a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/nucleus/src/components/listbox/ListBoxInline.jsx
Expand Up @@ -210,7 +210,7 @@ function ListBoxInline({ options, layout }) {
>
{toolbar && (
<Grid item container style={{ padding: theme.spacing(1) }} wrap="nowrap">
<Grid item container style={{ height: `${headerHeight}px` }} wrap="nowrap">
<Grid item container height={headerHeight} 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 a18317a

Please sign in to comment.