chore(components): Fixed margin issue in workbench
This commit is contained in:
parent
72c2a6c9e7
commit
32b7debfe2
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue