From 452ea7e32e4ff7b82e9cf7d9836fd4e58ef3ae68 Mon Sep 17 00:00:00 2001 From: Penar Musaraj Date: Tue, 25 May 2021 15:43:58 -0400 Subject: [PATCH] FIX: Properly break overflowing long links in topic map (#13146) --- app/assets/stylesheets/common/base/topic-post.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/base/topic-post.scss b/app/assets/stylesheets/common/base/topic-post.scss index bbefe2792b..78ec1f0626 100644 --- a/app/assets/stylesheets/common/base/topic-post.scss +++ b/app/assets/stylesheets/common/base/topic-post.scss @@ -461,7 +461,7 @@ blockquote { td { vertical-align: top; padding: 1px; - word-wrap: anywhere; + word-break: break-all; } .topic-links {