Skip to content

Commit 0695701

Browse files
committed
fix
1 parent f7da808 commit 0695701

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/PlaygroundPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ export function PlaygroundPage() {
413413
<div className="flex flex-col md:flex-row flex-1 overflow-hidden">
414414
{/* Left Panel - Configuration */}
415415
<div className={cn(
416-
"w-full md:w-[420px] flex flex-col border-b md:border-b-0 md:border-r bg-muted/30 overflow-y-auto",
416+
"w-full md:w-[420px] md:max-w-[420px] md:flex-none flex flex-col border-b md:border-b-0 md:border-r bg-muted/30 overflow-y-auto",
417417
// Mobile: show/hide based on mobileView, full height on mobile
418418
mobileView === 'config' ? "flex flex-1" : "hidden md:flex"
419419
)}>

0 commit comments

Comments
 (0)