Merge pull request #19 from somoso/patch-1
Fix posts overflowing on Safari on iOS
This commit is contained in:
commit
64a92195dd
@ -277,7 +277,7 @@ input[type="submit"]:hover { color: var(--accent); }
|
||||
.post_left, .post_right {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow-wrap: anywhere;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.post_left {
|
||||
|
Loading…
Reference in New Issue
Block a user