Rich embed description can have seperate new lines

This commit is contained in:
Jeremy Zhang 2017-12-08 21:18:49 +00:00
parent 5a51f73f74
commit b334e3c93b

View File

@ -579,6 +579,10 @@ p.mentioned span.chatmessage {
vertical-align: bottom;
}
.richembed .description {
white-space: pre-line
}
.richembed .content {
display: flex;
}