From 4c5e9bfa95125fe9a8905fbb388ad3cd2ee56daa Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Sat, 4 May 2019 20:59:36 +0100 Subject: Stop scroll bars appearing on mobile devices because of long URLs --- assets/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'assets') diff --git a/assets/css/style.css b/assets/css/style.css index 3e7670a..94d37fe 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -176,6 +176,10 @@ footer { opacity: .5; } +p.break-word { + overflow-wrap: break-word; +} + @font-face { font-family: 'Fira Code'; font-style: normal; -- cgit v1.2.3-13-gbd6f