We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parente36650b commite2bb75dCopy full SHA for e2bb75d
web-app/src/containers/Overview/OverviewPage.tsx
@@ -40,6 +40,11 @@ const styles = {
40
description:{
41
fontSize:'1rem',
42
},
43
+meta:{
44
+display:'flex'as'flex',
45
+flexDirection:'row'as'row',
46
+flexWrap:'wrap'as'wrap',
47
+},
48
levelList:{
49
padding:'0rem 1rem',
50
@@ -88,10 +93,10 @@ const Summary = (props: Props) => (
88
93
</div>
89
94
<h1css={styles.title}>{props.title}</h1>
90
95
<h3>{props.description}</h3>
91
-<h4>
92
-<spancss={{marginRight:'2rem'}}>Created by{props.createdBy.name}</span>
-<span>Last updated{moment(props.updatedAt).format('M/YYYY')}</span>
-</h4>
96
+<h5css={styles.meta}>
97
+<divcss={{marginRight:'2rem'}}>Created by{props.createdBy.name}</div>
98
+<div>Last updated{moment(props.updatedAt).format('M/YYYY')}</div>
99
+</h5>
100
101
<div>
102
<divcss={styles.levelList}>