From f3189b44787d58fac71c286257ce34ed9df60301 Mon Sep 17 00:00:00 2001 From: iGor milhit Date: Mon, 26 Aug 2019 07:32:11 +0200 Subject: [PATCH] style: set overflow to auto for pre tag Co-Authored-by: Igor Milhit --- static/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/style.css b/static/style.css index 874fa9b..05b37f7 100644 --- a/static/style.css +++ b/static/style.css @@ -18,6 +18,11 @@ code, pre { padding: 0.2rem; } +pre { + overflow: auto; + max-width: 95vw; +} + /* * ************** * * LAYOUT *