Actions
Bug #76
closedUI Layout Issues and Unnecessary Helper Text in Edit Section Modal (Web)
Status:
Closed
Priority:
Normal
Assignee:
-
Description
The Edit Section modal contains multiple UI/UX issues including unnecessary helper text and improper layout handling.
Long labels will wrap automatically is displayed unnecessarily and appears unprofessional. Additionally, when long content is entered, the Update Section button overlaps the textarea, causing content to render behind the button and breaking the layout.
URL
https://dev.akinderwellness.com/pages/questions
Steps To Reproduce:
- Open Questions page (Masters -> Questions)
- Click on Edit Section
- Enter a very long section label (e.g., 1000+ characters)
- Observe the helper text near the section label
- Scroll within the modal
ACTUAL RESULT
- The helper text
Long labels will wrap automaticallyis displayed unnecessarily - The “Update Section” button overlaps the textarea content making the text partially hidden behind the button
- UI appears broken and unpolished
Expected Result
The helper text should be removed OR replaced with meaningful guidance
The layout should be fixed such that:
- The button remains properly positioned below the textarea
- No overlap occurs between content and action buttons
- Textarea content remains fully visible and scrollable
- The modal should maintain a clean and professional UI layout
Files
Updated by Adhi Narayanan 13 days ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Actions