ui: visually truncate public key on tokens settings page

This commit is contained in:
henrygd
2026-08-14 10:06:24 -04:00
parent 977826e8f3
commit bc55e249c4

View File

@@ -197,7 +197,7 @@ const SectionUniversalToken = memo(() => {
<span className="text-sm text-muted-foreground whitespace-nowrap"> <span className="text-sm text-muted-foreground whitespace-nowrap">
<Trans>Public key</Trans> <Trans>Public key</Trans>
</span> </span>
<div className="min-w-0 flex-1 overflow-auto"> <div className="min-w-0 flex-1 truncate">
<span className="text-sm text-primary font-mono">{publicKey}</span> <span className="text-sm text-primary font-mono">{publicKey}</span>
</div> </div>
<Button <Button