fix(web): halve right-meta column cap (max-w 20% / 5.5rem)

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

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-[40%] sm:max-w-[11rem] text-right space-y-1"> <div className="min-w-0 max-w-[20%] sm:max-w-[5.5rem] 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">