From 02901930194cf3fc1382c088158654283b795e41 Mon Sep 17 00:00:00 2001 From: Lukas Joswiak Date: Wed, 12 Oct 2022 21:21:32 -0700 Subject: [PATCH] Wrap long strings to prevent horizontal scroll (#47) This is mainly useful for long URLs which could otherwise cause a horizontal scroll bar to appear on low width screens. --- assets/css/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/main.css b/assets/css/main.css index 7f77ce4..fd18730 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -15,6 +15,7 @@ body { margin: 0 auto; padding: 0 16px; line-height: 1.6; + overflow-wrap: break-word; } header#banner {