DEV: fixes safari bug with content including linebreaks (#30451)

This commit is contained in:
Joffrey JAFFEUX 2024-12-23 18:39:28 +01:00 committed by GitHub
parent df1fc5bca8
commit 4e5fc4654c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -92,6 +92,7 @@
text-overflow: ellipsis;
cursor: inherit;
@include chat-scrollbar();
white-space: pre-wrap !important;
&[disabled] {
background: none;