Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
artemis-prime committed May 31, 2024
1 parent 6899786 commit d5e71a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui/blocks/components/screenful-block/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ const ScreenfulComponent: React.FC<{
...cwclx,
snapTile ? 'absolute left-0 right-0 top-0 bottom-0 ' : 'flex min-h-screen w-full',
contentClx,
// TODO :aa py-0 breaks padding for header! Investigate why I would have done this!
vertCenter ? 'self-center ' + (oneColumn ? '!py-0' : '' ) : ''
)}
>
Expand Down

0 comments on commit d5e71a0

Please sign in to comment.