mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 05:49:40 +02:00
fix: pages app layout height (#925)
This commit is contained in:
committed by
GitHub
parent
916631aa9f
commit
7438fd680c
@@ -26,7 +26,7 @@ export default function WorkspacePagesLayout({ children }: { children: React.Rea
|
||||
>
|
||||
<>
|
||||
<PagesAppCommandPalette />
|
||||
<div className="relative flex h-screen w-full overflow-hidden">
|
||||
<div className="relative flex h-full w-full overflow-hidden">
|
||||
<PagesAppSidebar />
|
||||
<main className="relative flex h-full w-full flex-col overflow-hidden bg-custom-background-100">
|
||||
{children}
|
||||
|
||||
@@ -54,8 +54,9 @@ export const FreeTrialBanner: FC = observer(() => {
|
||||
rel="noopener noreferrer"
|
||||
className="underline underline-offset-4 hover:font-bold transition-all"
|
||||
>
|
||||
Pro features.
|
||||
Pro features
|
||||
</a>
|
||||
.
|
||||
</div>
|
||||
<div className="flex-shrink-0">
|
||||
<Button variant="outline-primary" size="sm" onClick={() => setPricingModalOpen(true)}>
|
||||
|
||||
Reference in New Issue
Block a user