sim icon indicating copy to clipboard operation
sim copied to clipboard

fix(ui): adjust text to prevent clipping

Open Ebrahim-a opened this issue 6 months ago • 1 comments

Summary

This PR fixes a minor UI issue on the homepage where the letter g was being clipped.

I resolved this by adding pb-2. The issue was caused by the line height (leading) being too small. Increasing the leading directly caused some text to overlap with the HeroWorkflowProvider in responsive views, so adding padding-bottom was the safer fix. If needed to change line height, then I can try to adjust the HeroWorkflowProvider to make it better.

Fixes #1049

Type of Change

  • [x] Bug fix
  • [ ] New feature
  • [ ] Breaking change
  • [ ] Documentation
  • [ ] Other: ___________

Testing

Visual check – confirmed fix locally.

Checklist

  • [x] Code follows project style guidelines
  • [x] Self-reviewed my changes
  • [ ] 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 before

After after

Ebrahim-a avatar Aug 21 '25 05:08 Ebrahim-a

@Ebrahim-a 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 Aug 21 '25 05:08 vercel[bot]