Project

General

Profile

Actions

Bug #71

closed

UI Break Due to Unbounded Text Input in School Management (Web)

Added by Vivek Kumar 17 days ago. Updated 13 days ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
04/04/2026
Due date:
% Done:

100%

Estimated time:
Spent time:

Description

Description

The School Management page does not enforce any limit or formatting on user name fields. When an extremely long string is entered in the fields, it overflows the UI container and breaks the layout.

Environment
URL: https://dev.akinderwellness.com/pages/schoolManagement
Platform: Web (Chrome)
Role: Super Admin

Steps to Reproduce

  1. Send POST to https://api.akinderwellness.com:4001/api/schools/add
  2. Enter very long text in the fields
  3. Send the request
  4. Open School Management page https://dev.akinderwellness.com/pages/schoolManagement
  5. Observe the UI rendering

Expected Result
Fields should have

  • Have a maximum character limit (e.g., 50–100 chars)
  • Be truncated with ellipsis (...) if too long
  • Maintain proper layout

Actual Result

  • Long text overflows the container
  • UI becomes unreadable and misaligned
  • Other elements (email, role, buttons) shift or overlap

Files

Screenshot (330).png (412 KB) Screenshot (330).png Vivek Kumar, 04/04/2026 05:42 AM
Screenshot (331).png (425 KB) Screenshot (331).png Vivek Kumar, 04/04/2026 05:42 AM
localhost-3000-pages-schoolManagement.png (2.12 MB) localhost-3000-pages-schoolManagement.png Adhi Narayanan, 04/04/2026 06:24 AM
Actions

Also available in: Atom PDF