diff options
Diffstat (limited to 'juick-www/src/main/static')
-rw-r--r-- | juick-www/src/main/static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index a15220dd..cb03abd4 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -214,6 +214,8 @@ article time { article p { clear: left; margin: 5px 0 15px 0; + word-wrap: break-word; + overflow-wrap: break-word; } article .i { text-align: center; @@ -354,6 +356,8 @@ article .t { clear: both; margin: 0 0 12px; padding-top: 10px; + word-wrap: break-word; + overflow-wrap: break-word; } .msg-media { text-align: center; |