We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c342c2 commit 59d8742Copy full SHA for 59d8742
governance/xc_admin/packages/xc_admin_frontend/components/common/CopyPubkey.tsx
@@ -6,7 +6,7 @@ const CopyPubkey: React.FC<{
6
}> = ({ pubkey }) => {
7
return (
8
<div
9
- 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"
10
onClick={() => {
11
copy(pubkey)
12
}}
0 commit comments