mirror of
https://github.com/henrygd/beszel.git
synced 2026-08-16 07:17: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">
|
||||
<Trans>Public key</Trans>
|
||||
</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>
|
||||
</div>
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user