Page MenuHomePhabricator

Border overflow error
Closed, InvalidPublicBUG REPORT

Description

Steps to replicate the issue (include links if applicable):

What happens?:

  • The text inside the box ("Hello. You're editing the userpage of ExampleUser. Please make your edits friendly, as this is a userpage and is only supposed to be edited by the user!") overflows the right boundary of the container instead of wrapping to the next line.

What should have happened instead?:

  • The text should automatically wrap within the container boundaries and remain properly padded inside the box borders.

Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia):
(Skip)
Other information (browser name/version, screenshots, etc.):

  • Attached screenshot showing the text overflow bug.
  • Suggested Fix: Add overflow-wrap: anywhere; or word-break: break-word; to the CSS styling of the notice box text element.

Event Timeline

Attached screenshot showing the text overflow bug.

You didn't actually attach a screenshot.

I can reproduce, but this seems like a local-wiki content issue outside of the scope of Phabricator - you've set up some custom HTML using on-wiki templates so it's your responsibility to provide CSS that makes it render properly.

Closing this ticket per previous comment.