fix(chat): preserve intentional linebreaks in message display

This commit is contained in:
Leonard Kim
2019-11-20 08:58:02 +01:00
committed by Saúl Ibarra Corretgé
parent 563e99ecd3
commit 34ccd3524f
+4
View File
@@ -205,6 +205,10 @@
border-radius: 6px 0px 6px 6px;
}
.usermessage {
white-space: pre-wrap;
}
&.error {
border-radius: 0px;