Skip to content

Commit

Permalink
chore(blankslate): fixes height visual bug
Browse files Browse the repository at this point in the history
  • Loading branch information
geclos committed Nov 18, 2024
1 parent 444c2e4 commit e29ea44
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ export function DocumentBlankSlateLayout({
children: ReactNode
}) {
return (
<div className='h-full'>
<div className='p-6 py-12 bg-backgroundCode border rounded-lg flex justify-center h-full'>
<div className='min-h-full'>
<div className='p-6 py-12 bg-backgroundCode border rounded-lg flex justify-center min-h-full'>
<div className='flex flex-col items-center gap-8 max-w-3xl'>
{children}
</div>
Expand Down

0 comments on commit e29ea44

Please sign in to comment.