Skip to content

Commit

Permalink
Fix box sizing of the main container (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszantas authored Apr 27, 2022
1 parent 2ddfbd8 commit 45b50af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions applications/launchpad_v2/src/layouts/MainLayout/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export const MainContainer = styled(animated.div)`
width: 100%;
display: flex;
flex-direction: column;
box-sizing: border-box;
padding-top: 60px;
`

Expand Down

0 comments on commit 45b50af

Please sign in to comment.