From 7e07ca3df1b5ce5d4ca26c7929cffe0724b54570 Mon Sep 17 00:00:00 2001 From: spikecodes <19519553+spikecodes@users.noreply.github.com> Date: Fri, 20 May 2022 21:26:53 -0700 Subject: [PATCH] Fix #480 --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 664caee..3e0d64d 100644 --- a/static/style.css +++ b/static/style.css @@ -777,6 +777,7 @@ a.search_subreddit:hover { padding: 5px 15px 5px 12px; grid-area: post_body; width: calc(100% - 30px); + overflow-wrap: anywhere; } /* Used only for text post preview */