From 03835d5dacb4c26c351841675a3fd79ef90d0c64 Mon Sep 17 00:00:00 2001 From: mikupls <93015331+mikupls@users.noreply.github.com> Date: Tue, 22 Mar 2022 20:48:20 +0100 Subject: [PATCH] Wrap long post urls. --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 9a9797b..24b685e 100644 --- a/static/style.css +++ b/static/style.css @@ -884,6 +884,7 @@ a.search_subreddit:hover { color: var(--accent); margin: 5px 12px; grid-area: post_media; + overflow-wrap: anywhere; } .post_body {