mirror of
https://github.com/discourse/discourse.git
synced 2024-12-29 19:03: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;
|
||||
cursor: inherit;
|
||||
@include chat-scrollbar();
|
||||
white-space: pre-wrap !important;
|
||||
|
||||
&[disabled] {
|
||||
background: none;
|
||||
|
|
Loading…
Reference in New Issue
Block a user