Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7e4a2d2

Browse files
authoredJan 25, 2024
Merge pull request #2917 from Ri-Sharma/#2698
Fix : [#2698] Change minsize 125 to 150
2 parents 6461a36 + c15d218 commit 7e4a2d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎client/modules/IDE/pages/IDEView.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ const IDEView = () => {
186186
setSidebarSize(size);
187187
}}
188188
allowResize={ide.sidebarIsExpanded}
189-
minSize={125}
189+
minSize={150}
190190
>
191191
<Sidebar />
192192
<SplitPane

0 commit comments

Comments
 (0)
Please sign in to comment.