Skip to content

Commit

Permalink
fix: main board alert section padding (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpvsalvador authored Jan 9, 2023
1 parent 968b206 commit 22c23bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/pages/boards/[boardId].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,9 @@ const Board: NextPage<Props> = ({ boardId, mainBoardId }) => {
<>
<BoardHeader />
<Container direction="column">
<Flex align="center" css={{ py: '$32', width: '100%' }} justify="between">
<Flex gap={40} align="center" css={{ py: '$32', width: '100%' }} justify="between">
{!showMessageIfMerged && (
<Flex gap={40} css={{ flex: 1, pr: '$40' }}>
<Flex gap={40} css={{ flex: 1 }}>
{showButtonToMerge && <AlertMergeIntoMain boardId={boardId} socketId={socketId} />}

{showMessageHaveSubBoardsMerged && (
Expand Down

0 comments on commit 22c23bd

Please sign in to comment.