taskwarrior-flutter icon indicating copy to clipboard operation
taskwarrior-flutter copied to clipboard

fix:Project List Text Overflow and Misalignment

Open Ni1esh-Yadav opened this issue 8 months ago • 0 comments

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:

ui overflow1

After:

ui overflow issue fixed

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

Ni1esh-Yadav avatar Apr 01 '25 12:04 Ni1esh-Yadav