We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4594bf0 commit d7baa9eCopy full SHA for d7baa9e
electron/renderer/components/grid/grid-item.tsx
@@ -146,11 +146,6 @@ export const GridItem: React.FC<GridItemProps> = forwardRef<
146
style={style}
147
className={className}
148
{...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
- }}
154
>
155
<EuiSplitPanel.Inner grow={false} color="subdued" paddingSize="none">
156
<EuiFlexGroup
0 commit comments