1
This commit is contained in:
parent
e390373088
commit
6608655ed1
@ -74,7 +74,7 @@ class GuideCanvas extends Component {
|
||||
<div style={{ display: 'flex', flexDirection: 'row', margin: '20px' }}>
|
||||
<div
|
||||
style={{
|
||||
display: 'none',
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
alignItems: 'center',
|
||||
marginRight: '30px',
|
||||
|
||||
@ -338,7 +338,7 @@ const GuideCodePage = (props) => {
|
||||
<Modal
|
||||
title=""
|
||||
visible={showCanvas}
|
||||
width="450px"
|
||||
width="650px"
|
||||
centered={true}
|
||||
onOk={() => {
|
||||
setshowCanvas(false);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user