• Found a amazing Bug when you type too much
    3 replies, posted
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.
https://files.facepunch.com/forum/upload/1755/5dd72ff3-22e0-4b78-9578-d5aecfd314ee/image.png https://files.facepunch.com/forum/upload/1755/8efc0e94-7b1d-41a2-966b-fe73aa907b59/image.png
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.