fix(web): nudge right-meta column cap up (max-w 28% / 8rem)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
yiekheng 2026-05-10 21:17:00 +08:00
parent f4da1dd510
commit 0fd581b365

View File

@ -254,7 +254,7 @@ export default async function RemindersPage({ searchParams }: PageProps) {
+ truncate on each span ellipsises overflow + truncate on each span ellipsises overflow
inside the cap. Title tooltip preserves the inside the cap. Title tooltip preserves the
full text on hover. */} full text on hover. */}
<div className="min-w-0 max-w-[20%] sm:max-w-[5.5rem] text-right space-y-1"> <div className="min-w-0 max-w-[28%] sm:max-w-[8rem] text-right space-y-1">
<div className="flex min-w-0 items-center justify-end gap-1 text-xs text-muted-foreground"> <div className="flex min-w-0 items-center justify-end gap-1 text-xs text-muted-foreground">
<CalendarIcon className="size-3 shrink-0" /> <CalendarIcon className="size-3 shrink-0" />
<span className="truncate"> <span className="truncate">