From 97a1cb584e261a895a8003bdda765d54f45ec98e Mon Sep 17 00:00:00 2001 From: cfngc4594 Date: Wed, 26 Feb 2025 09:53:43 +0800 Subject: [PATCH] fix(layout): update className to use flex-1 for consistent tab content sizing --- src/app/(app)/playground/@problem/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/(app)/playground/@problem/layout.tsx b/src/app/(app)/playground/@problem/layout.tsx index 9247d52..d842504 100644 --- a/src/app/(app)/playground/@problem/layout.tsx +++ b/src/app/(app)/playground/@problem/layout.tsx @@ -40,10 +40,10 @@ export default function ProblemLayout({ - + {description} - + {solution}