mirror of
https://github.com/discourse/discourse.git
synced 2025-01-01 14:23:43 +08:00
DEV: fixes safari bug with content including linebreaks (#30451)
This commit is contained in:
parent
df1fc5bca8
commit
4e5fc4654c
|
@ -92,6 +92,7 @@
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
cursor: inherit;
|
cursor: inherit;
|
||||||
@include chat-scrollbar();
|
@include chat-scrollbar();
|
||||||
|
white-space: pre-wrap !important;
|
||||||
|
|
||||||
&[disabled] {
|
&[disabled] {
|
||||||
background: none;
|
background: none;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user