Skip to content

Commit

Permalink
Fix overflowing text in posts on long words
Browse files Browse the repository at this point in the history
  • Loading branch information
Legend-of-iPhoenix committed Dec 23, 2020
1 parent 95c4696 commit 4354308
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/userstyle.css
Expand Up @@ -467,6 +467,12 @@ canvas#screen, canvas#big_screen_canvas {
}


/* fix overflowing text in posts on long words */

.middle-post.post-body {
overflow-wrap: break-word;
}

/* add version information to footer */


Expand Down

0 comments on commit 4354308

Please sign in to comment.