Fix whitespace preservation in status text
This commit is contained in:
parent
e90fcb46e3
commit
6a5036ab19
4 changed files with 6 additions and 12 deletions
|
@ -90,6 +90,7 @@
|
|||
word-wrap: break-word;
|
||||
font-weight: 300;
|
||||
overflow: hidden;
|
||||
white-space: pre-wrap;
|
||||
|
||||
.emojione {
|
||||
width: 18px;
|
||||
|
|
|
@ -153,6 +153,7 @@
|
|||
color: #282c37;
|
||||
word-wrap: break-word;
|
||||
overflow: hidden;
|
||||
white-space: pre-wrap;
|
||||
|
||||
p {
|
||||
margin-bottom: 18px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue