This also seems to be an issue with category names in the “Suggested” posts at the bottom of a thread.
There seems to be two separate but related problems:
- If the viewport size is decreased after the initial pageload, the table doesn’t shrink down correctly:
This causes table.topic-list
to overflow the width of #main-outlet-wrapper
- Separately,
h3.more-topics__browse-more a.badge-category__wrapper
doesn’t ellipsify (regardless of whether the page was mobile-sized at pageload or shrunken down), which also causes the page to be too wide. It can be forced to with amax-width: 80vw
or thereabouts, but that might have unintended consequences on wider monitors.