Skip to content

Commit

Permalink
Merge pull request #287 from mjmlio/fix-261
Browse files Browse the repository at this point in the history
fix #261 change files panel max width
  • Loading branch information
kmcb777 authored Jul 17, 2019
2 parents eb2d208 + 683121c commit 237ba87
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 @@ -280,7 +280,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 237ba87

Please sign in to comment.