break when key is too long (#972)
This commit is contained in:
parent
8c342c2ae0
commit
59d8742da3
|
@ -6,7 +6,7 @@ const CopyPubkey: React.FC<{
|
|||
}> = ({ pubkey }) => {
|
||||
return (
|
||||
<div
|
||||
className="-ml-1 inline-flex cursor-pointer items-center px-1 hover:bg-dark hover:text-white active:bg-darkGray3"
|
||||
className="-ml-1 inline-flex cursor-pointer items-center px-1 hover:bg-dark hover:text-white active:bg-darkGray3 break-all"
|
||||
onClick={() => {
|
||||
copy(pubkey)
|
||||
}}
|
||||
|
|
Loading…
Reference in New Issue