ASU / asu-unity-stack

ASU Unity Design System
https://unity.web.asu.edu/
Other
11 stars 8 forks source link

fix(unity-bootstrap-theme): fixed overlapping h1 when text wraps #1271

Closed davidornelas11 closed 4 months ago

davidornelas11 commented 5 months ago

Description

fixed overlapping h1 when text wraps

Links

FOR APPROVERS

Checklist

Browsers

Images

Problem example

scott-williams-az commented 5 months ago

@davidornelas11 piggy back from Michaels comment.

I played with the numbers and this seems to work no matter what font-size line-height: calc(113% - 1px); (You can ignore me, if you already have a solution that covers things)

davidornelas11 commented 5 months ago

@davidornelas11 piggy back from Michaels comment.

I played with the numbers and this seems to work no matter what font-size line-height: calc(113% - 1px); (You can ignore me, if you already have a solution that covers things)

That leaves the same space if it wraps on mobile past 2 lines. I think changing the padding on the span for these h1's that have these styles will work Screen Shot 2024-04-26 at 5 17 40 PM