Skip to content

Commit 1aab39f

Browse files
authored
Fix copytoclipboard css
1 parent 3cbe635 commit 1aab39f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ProductLinkCard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const ProductLinkCard = ({ link, product, user, onSendEmailClick, calculatedAmo
8282
<b>Product Buy Link: </b>
8383
</div>
8484

85-
<div className={"col-md-6"}>
85+
<div className={"col-md-9"}>
8686
<b style={{color: '#509EE3'}}>{link}</b>
8787
<CopyToClipboard text={link}>
8888
<Button onClick={handleClick} title="copy to clipboard">

0 commit comments

Comments
 (0)