Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.

Commit eea64a6

Browse files
committed
update default size
1 parent 048644a commit eea64a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/contexts/SplitDevTools.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default function SplitDevTools(props) {
2626
return (
2727
<SplitPane
2828
split="vertical"
29-
defaultSize={"min(75%, 65rem)"}
29+
defaultSize={"min(60%, 55rem)"}
3030
minSize={400}
3131
onDragStarted={handleDragStart}
3232
onDragFinished={handleDragEnd}

0 commit comments

Comments
 (0)