mirror of
https://github.com/status-im/liquid-funding.git
synced 2025-02-17 05:46:24 +00:00
fix create project layout
This commit is contained in:
parent
ad0cc7c834
commit
aea5fd0cc3
@ -99,7 +99,7 @@ const styles = theme => ({
|
|||||||
gridTemplateColumns: 'repeat(12, [col] 1fr)',
|
gridTemplateColumns: 'repeat(12, [col] 1fr)',
|
||||||
gridTemplateRows: '7rem',
|
gridTemplateRows: '7rem',
|
||||||
gridRowGap: '2rem',
|
gridRowGap: '2rem',
|
||||||
gridColumnStart: '8',
|
gridColumnStart: '10',
|
||||||
gridColumnEnd: '13',
|
gridColumnEnd: '13',
|
||||||
height: 'fit-content'
|
height: 'fit-content'
|
||||||
},
|
},
|
||||||
@ -363,7 +363,9 @@ const SubmissionSection = ({ classes, history }) => {
|
|||||||
>
|
>
|
||||||
Hide preview
|
Hide preview
|
||||||
</div>
|
</div>
|
||||||
<ReactMarkdown source={values.description} />
|
<div>
|
||||||
|
<ReactMarkdown source={values.description} />
|
||||||
|
</div>
|
||||||
</div>}
|
</div>}
|
||||||
{(!status || !status.showPreview) && <StatusTextField
|
{(!status || !status.showPreview) && <StatusTextField
|
||||||
className={fullWidth}
|
className={fullWidth}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user