fix publish modal button spacing
This commit is contained in:
parent
1164525d27
commit
508db2d38a
1 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ class ModalPublishSuccess extends React.PureComponent<Props> {
|
||||||
</React.Fragment>
|
</React.Fragment>
|
||||||
}
|
}
|
||||||
actions={
|
actions={
|
||||||
<React.Fragment>
|
<div className="card__actions">
|
||||||
<Button
|
<Button
|
||||||
button="primary"
|
button="primary"
|
||||||
label={__('View My Publishes')}
|
label={__('View My Publishes')}
|
||||||
|
@ -61,7 +61,7 @@ class ModalPublishSuccess extends React.PureComponent<Props> {
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<Button button="link" label={__('Close')} onClick={handleClose} />
|
<Button button="link" label={__('Close')} onClick={handleClose} />
|
||||||
</React.Fragment>
|
</div>
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
</Modal>
|
</Modal>
|
||||||
|
|
Loading…
Reference in a new issue