[Bug]: Large proyect name brakes modal and home cards #27 #32
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Fix text overflow issue for long project names in project cards and tables. Project names that exceeded their container width were breaking the layout instead of being truncated properly.
Goal
Ensure long project names display correctly with ellipsis when they overflow their container, maintaining a clean and consistent UI.
Key Changes
Type of Change
Impact Assessment
Database Impact
Backup Impact
Testing
How Has This Been Tested?
Test Steps
Test Configuration
UI Changes
Before
Project names that exceeded the container width would overflow and break the layout or wrap to multiple lines, causing inconsistent card heights and misaligned content.
After
Long project names are now truncated with an ellipsis (...) when they exceed the available space, maintaining consistent layout and clean appearance.
Checklist
npm run lintand fixed any issuesnpm testand all tests passnpm run test:electronand all tests passnpm run sonar:checkand the analysis passesBreaking Changes
Related Issues
Closes ##27
Related to #27
Additional Context
This fix improves the visual consistency of the application by ensuring all project names display properly regardless of their length.
Reviewer Notes
Please verify that: