fix: add truncation to label container for better UI layout
This commit is contained in:
parent
c511f5cb5a
commit
e2d2c27149
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ export default function SendOnlyToSwitch({
|
|||
|
||||
return (
|
||||
<div className="flex items-center gap-2">
|
||||
<div className="flex items-center gap-1">
|
||||
<div className="flex items-center gap-1 truncate">
|
||||
<Label htmlFor="send-only-to-current-relays" className="truncate">
|
||||
{urls.length === 1
|
||||
? t('Send only to r', { r: simplifyUrl(urls[0]) })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue