Discussion

Ask a Question
Back to All

Comments word break not working on v3.11.2

Hi,

I just updated my production server from 3.10.9 to 3.11.2 and observed that the comments word break not working. When I checked with TP Support, they said it's a known issue identified in 3.11.1 and fixes will be available on 3.11.4.

When I inspect this issue, I observed that this is a very small css change in page.board.views.core.css. We have to use "break-word" instead of "break-all" in .ui-comment-text { word-break:break-all }.

Is there any way to make this available on my Prod as early as possible, because many users keep on reporting this.