You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
Mobile list rows no longer crush the name to a single letter. On the
Recurring Expenses list and the Upcoming Reminders row, the name sat in a
flex row beside a right-hand cluster of metadata and action buttons that
could not be told not to shrink, so on a phone-width screen the browser
shrank both sides to fit and the name's ellipsis collapsed it to the first
letter — "R..." for "Roadside Assistance", half a letter on a reminder
title. The right-hand cluster is now pinned at its natural width, and the
name column truncates gracefully with room rather than vanishing.
(#347)