mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 07:16:34 +00:00
fix(layout): wrap children in a flex-1 div for consistent layout behavior
This commit is contained in:
parent
0606ec8971
commit
88c994454e
@ -11,7 +11,9 @@ export default function WorkspaceEditorLayout({
|
||||
return (
|
||||
<div className="h-full flex flex-col">
|
||||
<WorkspaceEditorHeader />
|
||||
<div className="flex-1">
|
||||
{children}
|
||||
</div>
|
||||
<WorkspaceEditorFooter />
|
||||
</div>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user