https://files.facepunch.com/forum/upload/144088/1a489693-45f2-4c81-b9eb-0df704e9ec76/88f6321703fac61aedcefaea5fbb3e5d.png
to anyone who cant spot it, the white box goes waaay out to the right.
from this post:
(Backdoored workshop addon)
Do you have any custom CSS? The default shouldn't allow this.
Interesting. This seems to be Firefox only, it doesn't in Chrome or Edge.
This custom CSS (which was made to fix a different but related issue) seems to fix it: Fix words breaking on new line
body .ql-editor {
overflow-wrap: break-word;
word-break: normal;
}
.postcontent {
min-width: 100px;
}
Sorry, you need to Log In to post a reply to this thread.