add subject for email detail

This commit is contained in:
oiov
2025-04-02 16:55:02 +08:00
parent 18582313fc
commit ffb0a31c8d
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -177,6 +177,9 @@ export default function EmailDetail({
"U"}
</div>
<div className="max-w-[80%] flex-grow text-xs text-neutral-600 dark:text-neutral-300">
<p className="text-sm">
<strong>{email.subject}</strong>
</p>
<TooltipProvider>
<Tooltip delayDuration={100}>
<TooltipTrigger className="line-clamp-2 text-wrap text-left">
+1 -1
View File
File diff suppressed because one or more lines are too long