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:
parent
f4da1dd510
commit
0fd581b365
@ -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">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user