## Description File names are getting truncated in the **dev branch UI**, whereas the same file names are displayed correctly in the **master branch**. **Example:** - **Expected (master):** `Skills assessment for Kindergarten by karthikk(10).csv` - **Actual (dev):** `Skills assessment for K` This issue is reproducible across multiple file types — tested with `.csv`, `.txt`, and `.pdf`. --- ## Steps to Reproduce https://github.com/user-attachments/assets/62f2c709-220a-41d6-a125-bff14ddffdac --- ## Expected Behavior - Full file name should be visible (same as in master branch) --- ## Impact This issue can lead to **user confusion**, especially when uploading similar file names. **Example:** - `Skills assessment for Kindergarten by karthikk(10).csv` - `Skills assessment for Kindergarten by karthikk(11).csv` Both may appear similarly truncated (e.g., `Skills assessment for K`), making it difficult to distinguish between files.
Description
File names are getting truncated in the dev branch UI, whereas the same file names are displayed correctly in the master branch.
Example:
Skills assessment for Kindergarten by karthikk(10).csvSkills assessment for KThis issue is reproducible across multiple file types — tested with
.csv,.txt, and.pdf.Steps to Reproduce
simplescreenrecorder-2026-04-20_22.19.02.mp4
Expected Behavior
Impact
This issue can lead to user confusion, especially when uploading similar file names.
Example:
Skills assessment for Kindergarten by karthikk(10).csvSkills assessment for Kindergarten by karthikk(11).csvBoth may appear similarly truncated (e.g.,
Skills assessment for K), making it difficult to distinguish between files.