Skip to content

Commit e36650b

Browse files
committed
add padding to bottom of summary page
1 parent 3b67d51 commit e36650b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

web-app/src/containers/Overview/OverviewPage.tsx

+1-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const styles = {
2727
cursor: 'pointer',
2828
},
2929
content: {
30-
paddingBottom: '3rem',
30+
paddingBottom: '5rem',
3131
},
3232
header: {
3333
color: 'white',
@@ -110,8 +110,6 @@ const Summary = (props: Props) => (
110110
</div>
111111
</div>
112112

113-
<div css={{ height: '3rem ' }} />
114-
115113
<div css={styles.footer}>
116114
{/* TODO Add back button */}
117115
<Button type="primary" onClick={props.onNext}>

0 commit comments

Comments
 (0)