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

Commit2f734d4

Browse files
committed
fix bottom spacing on overview page
1 parentd9f5560 commit2f734d4

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ const styles = {
1313
display:'flex'as'flex',
1414
flexDirection:'column'as'column',
1515
width:'100%',
16-
paddingBottom:'5rem',
16+
},
17+
content:{
18+
paddingBottom:'3rem',
1719
},
1820
summary:{
1921
padding:'0rem 1rem 1rem 1rem',
@@ -63,7 +65,7 @@ interface Props {
6365

6466
constSummary=({ title, description, levels, onNext, onBack}:Props)=>(
6567
<divcss={styles.page}>
66-
<div>
68+
<divcss={styles.content}>
6769
<divcss={styles.header}>
6870
<buttononClick={onBack}>
6971
<Icontype="arrow-left"size="xxs"/>

‎web-app/stories/Overview.stories.tsx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,21 @@ storiesOf('Overview', module)
2424
title:'The Third Level',
2525
summary:'A Summary of the third level',
2626
},
27+
{
28+
id:'L4',
29+
title:'The Fourth Level',
30+
summary:'A Summary of the fourth level',
31+
},
32+
{
33+
id:'L5',
34+
title:'The Fifth Level',
35+
summary:'A Summary of the fifth level',
36+
},
37+
{
38+
id:'L6',
39+
title:'The Sixth Level',
40+
summary:'A Summary of the sixth level',
41+
},
2742
]
2843
return(
2944
<OverViewPage

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp