fix(web): bump right-meta column cap a touch (max-w 34% / 9.5rem)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
0fd581b365
commit
7df3ef9c31
@ -254,7 +254,7 @@ export default async function RemindersPage({ searchParams }: PageProps) {
|
||||
+ truncate on each span ellipsises overflow
|
||||
inside the cap. Title tooltip preserves the
|
||||
full text on hover. */}
|
||||
<div className="min-w-0 max-w-[28%] sm:max-w-[8rem] text-right space-y-1">
|
||||
<div className="min-w-0 max-w-[34%] sm:max-w-[9.5rem] text-right space-y-1">
|
||||
<div className="flex min-w-0 items-center justify-end gap-1 text-xs text-muted-foreground">
|
||||
<CalendarIcon className="size-3 shrink-0" />
|
||||
<span className="truncate">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user