This commit is contained in:
rgrgogu
2026-07-20 08:17:38 +08:00
parent cab0883512
commit d021725c1b
8 changed files with 149 additions and 168 deletions
@@ -113,7 +113,7 @@ function InviteLinkDialog({ open, onOpenChange, group }) {
{/* Invite link */}
<div className="w-full flex flex-col gap-2">
<div className="flex items-center gap-2 rounded-lg border bg-muted px-3 py-2 min-w-0">
<p className="font-mono text-xs text-muted-foreground truncate flex-1">
<p className="font-mono text-xs text-muted-foreground truncate w-64">
{inviteUrl}
</p>
</div>