From b3749f2d925147f9e73afbe907da9af1306a77ce Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Fri, 28 May 2021 15:27:44 +0200 Subject: [PATCH] prevent long links from creating horizontal scroll --- src/platform/web/ui/css/themes/element/timeline.css | 4 ++++ 1 file changed, 4 insertions(+) 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