Fix whitespace preservation in status text

This commit is contained in:
Eugen Rochko 2016-12-11 23:08:46 +01:00
parent e90fcb46e3
commit 6a5036ab19
4 changed files with 6 additions and 12 deletions

View file

@ -90,6 +90,7 @@
word-wrap: break-word;
font-weight: 300;
overflow: hidden;
white-space: pre-wrap;
.emojione {
width: 18px;

View file

@ -153,6 +153,7 @@
color: #282c37;
word-wrap: break-word;
overflow: hidden;
white-space: pre-wrap;
p {
margin-bottom: 18px;