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 343b7ae commit 62b49f1Copy full SHA for 62b49f1
packages/app/src/app/pages/Sandbox/Editor/Content/index.js
@@ -515,6 +515,7 @@ class EditorPreview extends React.Component<Props, State> {
515
}
516
/>
517
<SplitPane
518
+ maxSize={-100}
519
onDragFinished={() => {
520
this.props.signals.editor.resizingStopped();
521
}}
@@ -533,7 +534,9 @@ class EditorPreview extends React.Component<Props, State> {
533
534
defaultSize={'50%'}
535
pane1Style={
536
windowVisible
- ? {}
537
+ ? {
538
+ minWidth: 100,
539
+ }
540
: {
541
width: '100%',
542
minWidth: '100%',
0 commit comments