Skip to content

Commit

Permalink
Add margin-top
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzyis committed Oct 19, 2023
1 parent 4fa62de commit c299735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function ImageSelector ({ file, name, url, text, setText, onDelete }) {
}

return (
<span className='d-flex align-items-center text-muted'>
<span className='d-flex align-items-center text-muted mt-2'>
<img className='me-1' src={file ? window.URL.createObjectURL(file) : url} width={32} height={32} style={{ objectFit: 'contain' }} />
<a href={url} target='_blank' rel='noreferrer'>{name || url}</a>
<LinkIcon className='ms-auto me-1' width={18} height={18} onClick={onLink} style={{ cursor: 'pointer' }} />
Expand Down

0 comments on commit c299735

Please sign in to comment.