• Resolved scr00chy

    (@scr00chy)


    Hi, I’ve noticed that hyperlinks (and probably other long words without spaces) are not being wrapped, which can lead to text overflowing outside the bounds of the page. Is that something that can be fixed?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi scr00chy,

    Yes this could be possible but normally I would expect the theme to handle overflow in one of the parent containers like the body or the sidebar or otherwise there would be several other elements with the same issue.

    In case you notice any of the comment elements overflowing and none of your parent containers doesn’t handle overflow, then you can always use your own CSS rules to handle it and adjust the flow again. Regardless of that I’ll take a note on this topic for some further tests.

    Kind regards,
    George

    Hi again scr00chy,

    Following up on this, when and if you notice a part of the comment’s content to have an overflow, you can use a CSS rule like:
    word-wrap: break-word;

    and prevent it.

    Kind regards,
    George

    • This reply was modified 3 years, 4 months ago by gtsiokos.
    Thread Starter scr00chy

    (@scr00chy)

    Thanks for the responses, I will try the CSS.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Links not being wrapped’ is closed to new replies.