I verified there's no existing issue for this bug.
Current behavior
.section-title__title-container is constrained to 75% max-width, which causes unnecessary text wrapping especially for narrower viewports + use cases without optional CTA link.
Expected behavior
Expected behavior: component should follow Playbook specs for width and wrapping:
Package and version
16.5.2
Device/OS/Browser info
No response
Steps to reproduce
1. Render ebay-section-title with longer width title and/or subtitle text
2. Resize to narrower viewport
3. Observe text wrapping behavior
...
Relevant code block
https://github.com/eBay/evo-web/blob/main/packages/skin/dist/section-title/section-title.css#L7
Additional context
No response