whisper-money/resources
Víctor Falcón 28c8df34d5
fix(transactions): cap description column width to prevent horizontal overflow (#216)
## Summary

- Adds `whitespace-normal` to the description column's cell class to
override the base `TableCell`'s `whitespace-nowrap`, which was
preventing `max-width` from being respected in HTML auto table layout
- Reduces the description column max-width from unlimited (`max-w-none`)
to `300px` at `md` breakpoint and `250px` at `sm`, eliminating
horizontal scroll at ~1220px viewport widths
2026-03-09 15:14:55 +00:00
..
css Add chart color scheme setting (#101) 2026-02-28 12:58:21 +01:00
js fix(transactions): cap description column width to prevent horizontal overflow (#216) 2026-03-09 15:14:55 +00:00
views Add weekly bank logo audit command (#211) 2026-03-06 11:05:13 +00:00