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:
parent
747d5a7c67
commit
7fcb7fcfed
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user