fix: prevent long addresses from overflowing email details columns #297

This commit is contained in:
Linus Rath
2026-05-16 19:47:03 +02:00
parent 8c93941d8d
commit 0e758409ee
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ export function RecipientPopover({ name, email, displayLabel, onViewContact, cla
ref={triggerRef}
onClick={handleOpen}
className={cn(
"text-foreground hover:text-primary hover:underline cursor-pointer transition-colors",
"text-foreground hover:text-primary hover:underline cursor-pointer transition-colors min-w-0 break-words",
className
)}
>