diff options
author | KillyMXI | 2017-07-04 15:14:07 +0300 |
---|---|---|
committer | KillyMXI | 2017-07-04 15:14:07 +0300 |
commit | e3a224f6cc9e14c1cd2211ae29064d97a4febc1a (patch) | |
tree | 31635b57988b2aac8cd78ac97e16eef0f5c581fa | |
parent | c92807772b49dc8c235b22ae67112446b38fb2f5 (diff) |
juick-www: break long words
-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; |