Skip to content

Commit

Permalink
DEV: fixes safari bug with content including linebreaks (discourse#30451
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jjaffeux authored Dec 23, 2024
1 parent df1fc5b commit 4e5fc46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/chat/assets/stylesheets/common/chat-composer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
text-overflow: ellipsis;
cursor: inherit;
@include chat-scrollbar();
white-space: pre-wrap !important;

&[disabled] {
background: none;
Expand Down

0 comments on commit 4e5fc46

Please sign in to comment.