facioquo / uswds-design-patterns

Design pattern Idea Book for the U.S. Web Design System
https://uswds.facioquo.com
Creative Commons Zero v1.0 Universal
1 stars 1 forks source link

bad external link wrapping #61

Closed DaveSkender closed 1 year ago

DaveSkender commented 1 year ago

the problem

On mid sized iOS browser screen width (iPad Mini), this button text / icon doesn’t wrap well. There’s an unneeded   appended, or happens with zoomed scaling. This does not appear in a normal desktop web browser.

If I recall, this happens when there's a carriage return in the code between the <a>...</a> tags, strangely.

image