10

In this image, see how both messages were posted 9 hours ago but in the first one that text is covered by the envelope icon:

9 hours envelope

It still happens when the message is read. I think it's because of the link, since the other message is able to wrap much earlier in the line.

Browser: iOS Chrome

6
  • 1
    Well it's because the long word without breaks, pretty sure a comment can trigger this bug as well. (i.e. long comment without a space.) Commented Oct 26, 2023 at 13:37
  • Was going to close as dupe of this one but it's bit different (in your case, the timestamp is visible) so leaving open for now, might be related but different bug. Commented Oct 26, 2023 at 13:39
  • @ShadowWizardIsSadAndAngry It might be a dupe, if the timestamp in yours isn't actually gone but rather just pushed so far off to the right that it's covered up.
    – Laurel
    Commented Oct 26, 2023 at 13:51
  • 1
    Yeah, it is pushed. Didn't take screenshot or edited the report, but later I inspected the HTML and it's there. It doesn't really matter as it's technical detail the developer can easily see if/when going to fix, the end result is the same, no timestamp is showing up. Commented Oct 26, 2023 at 14:18
  • @Glorfindel maybe throw a status-review on it? Commented Jun 14 at 15:15
  • 1
    @ShadowWizard done - wouldn't do that on my own since that might cause people to think I prioritize my own bug reports :)
    – Glorfindel Mod
    Commented Jun 14 at 15:45

1 Answer 1

2

We can fix this a few ways, but the best is:

.item-summary {
    overflow-wrap: anywhere;
}

This also fixes the same issue in the Help dropdown.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .