fix spacing
This commit is contained in:
parent
a68f276fb0
commit
0179357e7c
1 changed files with 8 additions and 6 deletions
|
@ -106,13 +106,15 @@ class SelectThumbnail extends React.PureComponent<Props, State> {
|
|||
<div className="column__item">
|
||||
<p>
|
||||
Upload complete.{' '}
|
||||
<Button button="link" href={thumbnail} label={__('View it on spee.ch')} />
|
||||
<Button button="link" href={thumbnail} label={__('View it on spee.ch')} />.
|
||||
</p>
|
||||
<Button
|
||||
button="link"
|
||||
label={__('New thumbnail')}
|
||||
onClick={resetThumbnailStatus}
|
||||
/>
|
||||
<div className="card__actions">
|
||||
<Button
|
||||
button="link"
|
||||
label={__('New thumbnail')}
|
||||
onClick={resetThumbnailStatus}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
|
|
Loading…
Reference in a new issue