Increase minimum width as per design

This commit is contained in:
R Midhun Suresh
2025-01-05 20:49:09 +05:30
parent cf0726da9f
commit ceb864320f

View File

@@ -99,7 +99,7 @@ export default class MainSplit extends React.Component<IProps> {
<Resizable
key={this.props.sizeKey}
defaultSize={this.loadSidePanelSize()}
minWidth={264}
minWidth={320}
maxWidth="50%"
enable={{
top: false,