Fix copy URL button alignment

This commit is contained in:
Matt Swensen 2020-02-01 07:18:55 -07:00
parent 20fbe41c4a
commit fa25bce035
No known key found for this signature in database
GPG Key ID: 3F9E482BFC526F35

@ -96,6 +96,7 @@ export default () => {
<span style={{ color: getActiveColorOrFallback(['accent1']) }}>Pro tip:</span>
{' '}
The current URL uniquely identifies your current theme. Bookmark it, email it, or share it however you like.
{' '}
<CopyUrl className={ styles.copyUrl }/>
</p>
</div>