Break word to stop it disappearing on mobile

This kept happening to me but I couldn't reproduce it in the iPad Simulator. Finally got it nailed down and sorted.

Tested this on Safari (mobile and desktop), Firefox, and Edge browser.
This commit is contained in:
Soheb 2021-01-08 23:08:58 +00:00 committed by GitHub
parent 747d5a7c67
commit 7fcb7fcfed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -314,6 +314,10 @@ input[type="submit"]:hover { color: var(--accent); }
/* Post */ /* Post */
.thread {
word-break: break-word;
}
.post { .post {
border-radius: 5px; border-radius: 5px;
background: var(--post); background: var(--post);