mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-06 06:27:40 +03:00
Merge pull request #19 from somoso/patch-1
Fix posts overflowing on Safari on iOS
This commit is contained in:
commit
64a92195dd
1 changed files with 2 additions and 2 deletions
|
@ -277,7 +277,7 @@ input[type="submit"]:hover { color: var(--accent); }
|
||||||
.post_left, .post_right {
|
.post_left, .post_right {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
overflow-wrap: anywhere;
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post_left {
|
.post_left {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue