formatting

This commit is contained in:
Maze Winther
2025-07-10 21:23:50 +02:00
parent 9bbb42c357
commit 98d536a474

View File

@ -58,7 +58,10 @@ export default function Editor() {
<div className="h-screen w-screen flex flex-col bg-background overflow-hidden">
<EditorHeader />
<div className="flex-1 min-h-0 min-w-0">
<ResizablePanelGroup direction="vertical" className="h-full w-full gap-1">
<ResizablePanelGroup
direction="vertical"
className="h-full w-full gap-1"
>
<ResizablePanel
defaultSize={mainContent}
minSize={30}