From 3a1af78e2680a7e000514d73a8ce77e74fc02164 Mon Sep 17 00:00:00 2001 From: mikupls <93015331+mikupls@users.noreply.github.com> Date: Sat, 26 Mar 2022 20:55:53 +0100 Subject: [PATCH] Wrap long post urls. (#462) --- 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 {