Category names don't wrap like tags , causing overflow on mobile

@awesomerobot,

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:

  1. 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


  1. 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 a max-width: 80vw or thereabouts, but that might have unintended consequences on wider monitors.

1 Like