Increase minimum width as per design
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user