From 3f49b13e5fd146a04290f0dff7e476407752dd39 Mon Sep 17 00:00:00 2001 From: Jordan Vidrine <30537603+jordanvidrine@users.noreply.github.com> Date: Tue, 7 Apr 2020 13:46:40 -0500 Subject: [PATCH] FIX: Fix untitled/long links extending out box --- app/assets/stylesheets/common/base/topic-post.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/common/base/topic-post.scss b/app/assets/stylesheets/common/base/topic-post.scss index 1f4e99171c8..f4d20080d19 100644 --- a/app/assets/stylesheets/common/base/topic-post.scss +++ b/app/assets/stylesheets/common/base/topic-post.scss @@ -365,6 +365,7 @@ blockquote { td { vertical-align: top; padding: 1px; + word-wrap: anywhere; } .topic-links {