jdenoc / money-tracker

income/expense tracker with receipt retention
MIT License
5 stars 0 forks source link

Truncate filenames displayed in entry-modal #532

Open jdenoc opened 1 year ago

jdenoc commented 1 year ago

Sometimes a filename is too long and causes x-axis overflow leading to left/right scrolling within the entry-modal.

To combat this, I propose truncating the filename so x-axis overflow doesn't occur. To allow for a user to still know the filename, even after truncation, a tooltip should appear when hovering over the truncated filename.