Are these quote boxes still broken for everyone else?

Author Topic: Are these quote boxes still broken for everyone else?  (Read 961 times)



Since the forums got DDoS the quote boxes broke, is this still affecting everyone else?



Since the forums got DDoS the quote boxes broke, is this still affecting everyone else?

uhm lets see

edit : no

Do you have a higher res version? I am not seeing it on my screen. Ctrl+F5 might do the trick.

Quote
how about now
shows up when I'm on desktop but not on mobile

The quote box is suppose to stretch to the end of the screen not halfway.

The quote box is suppose to stretch to the end of the screen not halfway.

Let's start a riot.

Badspot changed the max-width for elements inside the posts to 1000px which causes this to happen on larger resolution screens

Badspot changed the max-width for elements inside the posts to 1000px which causes this to happen on larger resolution screens

Well it's weird because it breaks up sentences in between words lol.


I think it has always done that, but I am not sure. I think using the [justify] tag works.

I think it has always done that, but I am not sure. I think using the [justify] tag works.

No it didn't start doing that till the DDoS stuff.

Well it's weird because it breaks up sentences in between words lol.

https://www.w3schools.com/cssref/css3_pr_word-break.asp

this is configured to break up words

Code: [Select]
word-break: break-all;

when it should be

Code: [Select]
word-break: keep-all;
« Last Edit: October 06, 2017, 04:49:01 PM by Anybody »