1
0
Fork 0

chore(components): Fixed margin issue in workbench

This commit is contained in:
Joost De Cock 2020-09-12 19:02:07 +02:00
parent 72c2a6c9e7
commit 32b7debfe2

View file

@ -108,7 +108,7 @@ const DraftPattern = (props) => {
return ( return (
<div className="fs-sa"> <div className="fs-sa">
<section style={{ margin: '1rem' }}> <section>
<Draft <Draft
{...patternProps} {...patternProps}
design={design} design={design}