chore: show full vega wallet key for large screen (#854)
Co-authored-by: Rado <rado@vegaprotocol.io>
This commit is contained in:
parent
ab7c8dc602
commit
f8bc95e3df
@ -57,9 +57,10 @@ export const VegaManageDialog = ({
|
||||
</Button>
|
||||
)}
|
||||
<div className="flex justify-between text-ui-small">
|
||||
<p className="font-mono">
|
||||
<p className="font-mono block sm:hidden">
|
||||
{truncateByChars(kp.pub, 23, 23)}
|
||||
</p>
|
||||
<p className="font-mono hidden sm:block">{kp.pub}</p>
|
||||
<CopyWithTooltip text={kp.pub}>
|
||||
<button className="underline">
|
||||
<Icon name="duplicate" className="mr-4" />
|
||||
|
Loading…
Reference in New Issue
Block a user