• What's going on with the wordwrap?
    7 replies, posted
I'm noticing that the words just seem to cut off in the middle when it reaches the line end. Is this intentional?
It's a side effect of Garry fixing word wrap in the post box. Apparently posts themselves use the same CSS classes though which has the unintended side effect of what you see in that screenshot. I'd assume Garry just hasn't gotten around to fixing it yet because it's not a terribly high priority issue.
The wrap isn't an issue on chrome. I think the issue is that firefox doesn't support word-break. If anyone has a css way to solve it i'm all over it.
Is a poor side effect of the css, there is a lot of broken css applied to this class however. The solution to this would be to actually enforce a max-width on the element then just outright remove the break-all, problem now solved.
BTW is there a general small niggles thread for stuff because I don't wanna make ten threads for tiny issues that i'm discovering.
Gotta love browsers being picky fuckers with what to support with CSS. But yeah enforcing a max-width on the element should be enough, it'll just need something to define it when using full width and not full width.
I see it on Vivaldi which is based on Blink, just like Chrome.
Sorry, you need to Log In to post a reply to this thread.