sim icon indicating copy to clipboard operation
sim copied to clipboard

fix(modal): alignment and overflow issues for "no results found"

Open Anil567849 opened this issue 5 months ago • 3 comments

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. image

After: Text wraps correctly, vertically scrollable, perfectly centered, lint passes. image

Anil567849 avatar Sep 09 '25 19:09 Anil567849

@Anil567849 is attempting to deploy a commit to the Sim Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] avatar Sep 09 '25 19:09 vercel[bot]

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

Anil567849 avatar Sep 09 '25 21:09 Anil567849

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.

Anil567849 avatar Sep 10 '25 05:09 Anil567849