fix(modal): alignment and overflow issues for "no results found"
Summary
This PR consolidates previous modal fixes to address:
- Horizontal overflow caused by long unbroken search strings
- Alignment issues for the "No results found" message
Type of Change
- [x] Bug fix
Testing
- Manually tested with very long unbroken search queries
- Verified that text wraps correctly (break-all) and vertical scroll (overflow-y) works
- Checked alignment remains centered
Checklist
- [x] Code follows project style guidelines
- [x] Self-reviewed my changes
- [x] Tests added/updated and passing
- [x] No new warnings introduced
- [x] I confirm that I have read and agree to the terms outlined in the Contributor License Agreement (CLA)
Screenshots/Videos
Before: Long string overflowed horizontally, misaligned.
After: Text wraps correctly, vertically scrollable, perfectly centered, lint passes.
@Anil567849 is attempting to deploy a commit to the Sim Team on Vercel.
A member of the Team first needs to authorize it.
Hi 👋, I’ve fixed the linting issue reported earlier.
The build now passes all checks ✅.
Please let me know if anything else is needed. Thanks
Hi @waleedlatif1 , just wanted to kindly follow up on this PR. It’s now passing all checks ✅. Please let me know if you’d like any further changes.