taskwarrior-flutter
taskwarrior-flutter copied to clipboard
fix:Project List Text Overflow and Misalignment
Description
This PR fixes the horizontal overflow issue in the project column where long project names caused a RenderFlex overflow error.
Now, long project names are truncated with "..." to prevent layout issues and maintain UI consistency.
Fixes #466
Screenshots:
Before:
After:
Checklist
- [x] Tests have been added or updated to cover the changes
- [x] Documentation has been updated to reflect the changes
- [x] Code follows the established coding style guidelines
- [x] All tests are passing