diff --git a/app/assets/stylesheets/modules/discussions.css b/app/assets/stylesheets/modules/discussions.css index 686fa7370..89a32032e 100644 --- a/app/assets/stylesheets/modules/discussions.css +++ b/app/assets/stylesheets/modules/discussions.css @@ -63,7 +63,10 @@ textarea.mention { .text { width: 100%; border-top: 1px solid var(--gray-light); - padding-top: 5px + padding-top: 5px; + overflow-wrap: anywhere; + word-break: normal; + line-break: strict; } }