Seems to be working fine on the default style and it doesn't seem like guests have access to the style where this is a problem.
This could be a case of outdated templates, or a merging of outdated templates that has gone wrong. However, because it seems to be style specific and it can't be reproduced on the default XF style (e.g. here) then it would seem to be an issue with your style rather than a bug within XF itself.
It specifically seems related to the following CSS:
How that's a nudge in the right direction at least.Code:.messageContent { margin-right: -2px; margin-left: -2px; }
Worth noting that the negative margin (and positive padding) on the left and right on .message .messageContent are new in 1.5.12 to fix a text overflow issue, but it sounds like this may actually be interacting with something specific in that style as I can't cause this to happen with tests on the default style.
(This change was to the messageContent style property.)
That kind of error is most likely happening before XF is even involved so I would consult with your host and look at various error logs in the first instance, specifically Apache/nginx and PHP logs.
It specifically seems related to the following CSS:
How that's a nudge in the right direction at least.Code:.messageContent { margin-right: -2px; margin-left: -2px; }
We use essential cookies to make this site work, and optional cookies to enhance your experience.