aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/css/markup/content.css
diff options
context:
space:
mode:
Diffstat (limited to 'web_src/css/markup/content.css')
-rw-r--r--web_src/css/markup/content.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/web_src/css/markup/content.css b/web_src/css/markup/content.css
index 9546c11d6a..d2dcf2ec6e 100644
--- a/web_src/css/markup/content.css
+++ b/web_src/css/markup/content.css
@@ -2,7 +2,11 @@
overflow: hidden;
font-size: 16px;
line-height: 1.5 !important;
- overflow-wrap: anywhere;
+ overflow-wrap: break-word;
+}
+
+.conversation-holder .markup {
+ overflow-wrap: anywhere; /* prevent overflow in code comments. TODO: properly restrict .conversation-holder width and remove this */
}
.markup > *:first-child {