chore: default terminal column size
This commit is contained in:
parent
b6569550fc
commit
f192d9f3ab
@ -1074,7 +1074,7 @@ export default function CodeEditor({
|
|||||||
</div>
|
</div>
|
||||||
</ResizablePanel>
|
</ResizablePanel>
|
||||||
<ResizableHandle />
|
<ResizableHandle />
|
||||||
<ResizablePanel defaultSize={isHorizontalLayout ? 30 : 40}>
|
<ResizablePanel defaultSize={isHorizontalLayout ? 30 : 30}>
|
||||||
<ResizablePanelGroup direction={isHorizontalLayout ? "horizontal" : "vertical"}>
|
<ResizablePanelGroup direction={isHorizontalLayout ? "horizontal" : "vertical"}>
|
||||||
<ResizablePanel
|
<ResizablePanel
|
||||||
ref={previewPanelRef}
|
ref={previewPanelRef}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user