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
1 changed files with 4 additions and 0 deletions
|
@ -314,6 +314,10 @@ input[type="submit"]:hover { color: var(--accent); }
|
|||
|
||||
/* Post */
|
||||
|
||||
.thread {
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.post {
|
||||
border-radius: 5px;
|
||||
background: var(--post);
|
||||
|
|
Loading…
Reference in a new issue