From 12b694bdbc12f19f955cf6123967b768b36ad770 Mon Sep 17 00:00:00 2001 From: mike Date: Thu, 3 Jan 2019 16:01:42 -0600 Subject: [PATCH] long one-liners arent readable long one liners arent readable and can't copy from due to horizontal scroll bar that won't go away on top of the code. --- syntaxhighlighter3/styles/shCore.css | 1 + 1 file changed, 1 insertion(+) diff --git a/syntaxhighlighter3/styles/shCore.css b/syntaxhighlighter3/styles/shCore.css index 802b2f7..f3ac99f 100644 --- a/syntaxhighlighter3/styles/shCore.css +++ b/syntaxhighlighter3/styles/shCore.css @@ -61,6 +61,7 @@ .syntaxhighlighter { width: 100% !important; margin: 1em 0 1em 0 !important; + padding: 1em 0 1em 0 !important; position: relative !important; overflow: auto !important; overflow-y: hidden !important;