Skip to content

Commit

Permalink
fix #261 change files panel max width
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcb777 committed May 22, 2019
1 parent c62a487 commit 683121c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FilesList/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ class FilesList extends Component {
split="vertical"
defaultSize={180}
minSize={2}
maxSize={250}
maxSize={350}
onDragStarted={this.startDrag}
onDragFinished={this.stopDrag}
>
Expand Down

0 comments on commit 683121c

Please sign in to comment.