whisper-money/resources
Víctor Falcón f8e8fc4db1
Fix horizontal scroll on transactions table (#127)
## Summary
- Make the description column fill all remaining space on md+ screens by
replacing fixed `max-w` breakpoints with `md:w-full md:min-w-0
md:overflow-hidden`
- Eliminates horizontal scrolling on md, lg, and xl viewports without
modifying other columns

## Test plan
- [x] Verify no horizontal scroll on md (768px), lg (1024px), and xl
(1280px) viewports
- [x] Verify description text truncates correctly with ellipsis
- [x] Verify mobile/sm behavior is unchanged (max-w-[200px] /
sm:max-w-[400px])
- [x] Verify labels and notes still display within the description cell
2026-02-17 08:45:07 +01:00
..
css Redesign landing page with real feature screenshots (#125) 2026-02-16 09:24:07 +01:00
js Fix horizontal scroll on transactions table (#127) 2026-02-17 08:45:07 +01:00
views Replace E2E encryption mentions with privacy-first messaging (#124) 2026-02-14 16:59:50 +01:00