From 211b1fa520c79379756106fca5c486afc074f707 Mon Sep 17 00:00:00 2001 From: Flosha Date: Wed, 26 May 2021 11:47:37 +0200 Subject: [PATCH] fix display of usage page on mobile it breaks links which are too long and fuck up the width on mobile. --- styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styles.css b/styles.css index 2c88b83..1740463 100644 --- a/styles.css +++ b/styles.css @@ -3,6 +3,8 @@ body { font-size: 18px; font-family: 'Nobile', Helvetica, Arial, sans-serif; margin: 100px; + overflow-wrap: break-word; + word-wrap: break-word; } .code {