aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/static
diff options
context:
space:
mode:
authorGravatar KillyMXI2017-07-04 15:14:07 +0300
committerGravatar KillyMXI2017-07-04 15:14:07 +0300
commite3a224f6cc9e14c1cd2211ae29064d97a4febc1a (patch)
tree31635b57988b2aac8cd78ac97e16eef0f5c581fa /juick-www/src/main/static
parentc92807772b49dc8c235b22ae67112446b38fb2f5 (diff)
juick-www: break long words
Diffstat (limited to 'juick-www/src/main/static')
-rw-r--r--juick-www/src/main/static/style.css4
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;