Skip to content

Commit d7baa9e

Browse files
committed
fix: caused resize inconsistencies
1 parent 4594bf0 commit d7baa9e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

electron/renderer/components/grid/grid-item.tsx

-5
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,6 @@ export const GridItem: React.FC<GridItemProps> = forwardRef<
146146
style={style}
147147
className={className}
148148
{...otherProps}
149-
css={{
150-
// Prevent shrinking smaller than the title bar
151-
// so that the title and close button are always visible.
152-
minWidth: 'min-content',
153-
}}
154149
>
155150
<EuiSplitPanel.Inner grow={false} color="subdued" paddingSize="none">
156151
<EuiFlexGroup

0 commit comments

Comments
 (0)