Skip to content

Commit

Permalink
Merge pull request #2917 from Ri-Sharma/#2698
Browse files Browse the repository at this point in the history
Fix : [#2698] Change minsize 125 to 150
  • Loading branch information
raclim authored Jan 25, 2024
2 parents 6461a36 + c15d218 commit 7e4a2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/modules/IDE/pages/IDEView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ const IDEView = () => {
setSidebarSize(size);
}}
allowResize={ide.sidebarIsExpanded}
minSize={125}
minSize={150}
>
<Sidebar />
<SplitPane
Expand Down

0 comments on commit 7e4a2d2

Please sign in to comment.