fix(chat): preserve intentional linebreaks in message display
This commit is contained in:
parent
563e99ecd3
commit
34ccd3524f
|
@ -205,6 +205,10 @@
|
||||||
border-radius: 6px 0px 6px 6px;
|
border-radius: 6px 0px 6px 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.usermessage {
|
||||||
|
white-space: pre-wrap;
|
||||||
|
}
|
||||||
|
|
||||||
&.error {
|
&.error {
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue