diff --git a/src/platform/web/ui/css/themes/element/timeline.css b/src/platform/web/ui/css/themes/element/timeline.css index b217cc82..cd0d4b62 100644 --- a/src/platform/web/ui/css/themes/element/timeline.css +++ b/src/platform/web/ui/css/themes/element/timeline.css @@ -222,3 +222,7 @@ only loads when the top comes into view*/ .GapView > :not(:first-child) { margin-left: 12px; } + +.Timeline_messageBody a { + word-break: break-all; +} \ No newline at end of file