From 99b5d8d8f69825135f838c73153cf53a55f5f2ef Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Sun, 4 Dec 2022 23:55:18 +1300 Subject: [PATCH] Allow breaking lines in the URL in the footer --- static/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/main.css b/static/main.css index b697350..4fefe0f 100644 --- a/static/main.css +++ b/static/main.css @@ -74,6 +74,7 @@ p { margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--theme-page-text-color); + word-break: break-word; } .custom-footer__cols { display: grid;