We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda1a31 commit 7c411f3Copy full SHA for 7c411f3
packages/react/src/Panels/WorkspacePanel.tsx
@@ -241,7 +241,7 @@ function PreviewsSection({
241
<Panel
242
id={hasPreviews ? 'previews-opened' : 'previews-closed'}
243
defaultSize={hasPreviews ? 50 : 0}
244
- minSize={10}
+ minSize={3}
245
maxSize={hasPreviews ? 100 : 0}
246
collapsible={!hasPreviews}
247
className={classNames({
0 commit comments