From 746932ab9616ce601dc3a8cef59736f72d10f711 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Sun, 22 Dec 2019 21:43:33 +0000 Subject: [PATCH] Add style changes to prevent horizontal scrolling --- webclient/src/Style-light.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/webclient/src/Style-light.css b/webclient/src/Style-light.css index 1c91c5b..9de3e89 100644 --- a/webclient/src/Style-light.css +++ b/webclient/src/Style-light.css @@ -3,6 +3,7 @@ body { font: 1rem/1.3 sans-serif; color: #000000; margin-bottom: 100vh; + word-break: break-word; } a { @@ -20,6 +21,10 @@ input { border-radius: 4px; } +pre { + overflow: auto; +} + .container { margin: 1rem auto; max-width: 64rem;