mirror of
https://github.com/henrygd/beszel.git
synced 2026-08-19 08:47:46 +02:00
ui: visually truncate public key on tokens settings page
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user