Commit 6a60eac5 authored by Igor Stuev's avatar Igor Stuev Committed by GitHub

Merge pull request #806 from blockscout/copy-icon-margin

copy icon margin
parents 15176511 79113eb5
......@@ -32,6 +32,7 @@ const CopyToClipboard = ({ text, className }: {text: string; className?: string}
className={ className }
onMouseEnter={ onOpen }
onMouseLeave={ onClose }
ml={ 1 }
/>
</Tooltip>
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment