The mobile wrapping of my forum breaks frame

Hey everyone!

I hate that every post I make these days is to ask for help with fixing CSS things that broke on their own, but things keep breaking on their own, so I have no choice.

The latest issue has to do with the text wrapping on mobile for my forum. Currently, this is how it’s looking:

As you can see, the texts are continuing off screen instead of wrapping. This previously used to display just fine for the year I’ve had the forum, but recently it broke.

Could someone help me with what CSS tag I should change in order to fix this issue?

Thanks!

You have

#main-outlet {
  width: 1300px !important;

in topic-list.scss

Disabling that fixes your issue.

firefox_ZDPNiAjIab

5 Likes

Thank you, kind stranger!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.