Fix #79 - break too long lines and hide overflowing characters in status content

This commit is contained in:
Eugen Rochko 2016-10-06 21:56:07 +02:00
parent 05af66d6b9
commit 2af3abd279
2 changed files with 7 additions and 3 deletions

View file

@ -71,6 +71,7 @@
line-height: 20px;
word-wrap: break-word;
font-weight: 300;
overflow: hidden;
p {
margin-bottom: 20px;