Skip to content

Commit fe16b2a

Browse files
refactor: Add spacing in the bottom of a page (coder#5633)
1 parent 7bcbf19 commit fe16b2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/components/AuthAndFrame/AuthAndFrame.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,6 @@ const useStyles = makeStyles((theme) => ({
7070
},
7171
siteContent: {
7272
flex: 1,
73+
paddingBottom: theme.spacing(10),
7374
},
7475
}))

0 commit comments

Comments
 (0)