fix: upgrade plan banner (#2548)

This commit is contained in:
Anmol Singh Bhatia
2025-02-19 02:57:16 +05:30
committed by GitHub
parent 486a1bcdb2
commit 9eafb3da86

View File

@@ -31,7 +31,7 @@ const WorkspaceSettingLayout: FC<IWorkspaceSettingLayout> = observer((props) =>
return (
<>
<AppHeader header={<WorkspaceSettingHeader />} />
<div className="w-full h-full overflow-hidden">
<div className="flex flex-col w-full h-full overflow-hidden">
{/* free banner */}
<LicenseSeatsBanner />
{/* workspace settings */}