fix(web): tighter cap on right-meta column (max-w 40% / 11rem)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
89c7b1a84d
commit
50b7e61037
@ -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-[55%] sm:max-w-[14rem] text-right space-y-1">
|
||||
<div className="min-w-0 max-w-[40%] sm:max-w-[11rem] 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