From a80501208b624c0fb13ecca0714e9c95ed4512dc Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 29 Dec 2020 16:30:00 +0100 Subject: [PATCH] Wrap the console output to avoid having to scroll horizontally --- static/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 53e92f7..36af317 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -6,6 +6,7 @@ padding-right: 1.5rem; padding-bottom: 1.25rem; padding-left: 1.5rem; + white-space: pre-wrap; } .deleted * { @@ -49,4 +50,4 @@ h1 small { .randomJobDay { text-align: right; -} \ No newline at end of file +}