We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7da808 commit 0695701Copy full SHA for 0695701
1 file changed
src/pages/PlaygroundPage.tsx
@@ -413,7 +413,7 @@ export function PlaygroundPage() {
413
<div className="flex flex-col md:flex-row flex-1 overflow-hidden">
414
{/* Left Panel - Configuration */}
415
<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",
+ "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",
417
// Mobile: show/hide based on mobileView, full height on mobile
418
mobileView === 'config' ? "flex flex-1" : "hidden md:flex"
419
)}>
0 commit comments