Actions
BUG #4231
openDescription
Description¶
Module/Section: Agency Profile → Project → Edit Project → Skills
Profile: Agency
Issue Category: UI
In the Edit Project modal, entering a very long string in the Skills fields (e.g., Programming Language, Framework, etc.) breaks the UI layout and responsiveness.
This impacts readability and overall user experience when managing project skills.
Steps to Reproduce¶
- Navigate to the Agency Profile page.
- Go to the Projects section and open any project.
- Click Edit Project.
- In the Skills section (e.g., Programming Language / Framework), paste a very long string.
- Observe the UI layout behavior.
Expected Result¶
The Skills input fields should handle long text without breaking the UI, using techniques such as:
- Limiting characters
- Wrapping text
- Truncating gracefully
Actual Result¶
Entering a very long string causes the Skills input fields to break the UI layout and responsiveness.
Attachments¶
Impact Area:¶
Root Cause:¶
Additional Info¶
- Tested By: Aman
Actions