Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite36650b

Browse files
committed
add padding to bottom of summary page
1 parent3b67d51 commite36650b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
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-
<divcss={{height:'3rem '}}/>
114-
115113
<divcss={styles.footer}>
116114
{/* TODO Add back button */}
117115
<Buttontype="primary"onClick={props.onNext}>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp