From e3a224f6cc9e14c1cd2211ae29064d97a4febc1a Mon Sep 17 00:00:00 2001 From: KillyMXI Date: Tue, 4 Jul 2017 15:14:07 +0300 Subject: juick-www: break long words --- juick-www/src/main/static/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'juick-www/src/main/static') 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; -- cgit v1.2.3