We need to make a more global fix for breaking long URLs across lines in the baked styles. We might need to implement something in oer.exports if needed for printing PDFs still in oer.exports - to be determined.
Acceptance Criteria (required)
[ ] long URLs break across lines without trailing into the margin
[ ] URLs that can fit on one line do not break (this could increase page count)
[ ] URLs that are meant to display inline (like in a paragraph) continue to do so
Scenario
As part of https://github.com/openstax/oer.exports/issues/3995, we resolved long URLs in just a couple targeted places.
We need to make a more global fix for breaking long URLs across lines in the baked styles. We might need to implement something in oer.exports if needed for printing PDFs still in oer.exports - to be determined.
Acceptance Criteria (required)
Test Plan