From 91cc140091cb6994430eb8cc307e14cb9b067302 Mon Sep 17 00:00:00 2001 From: Nick Lowery Date: Sat, 27 Nov 2021 19:49:41 -0700 Subject: [PATCH] Set sub and user descriptions to `overflow-wrap: anywhere` (#345) --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 514b642..3b6d20b 100644 --- a/static/style.css +++ b/static/style.css @@ -365,6 +365,7 @@ aside { #user_description, #sub_description { margin: 0 15px; text-align: left; + overflow-wrap: anywhere; } #user_name, #user_description:not(:empty), #user_icon,