From 329e7731fc2b4c7566660a5ffb1cecdc66dbd811 Mon Sep 17 00:00:00 2001 From: daniel-Jones Date: Thu, 15 Feb 2018 18:07:46 +1030 Subject: added overflow to pre tags in templates --- templates/template_dark.txt | 2 +- templates/template_kawaii.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/template_dark.txt b/templates/template_dark.txt index 4836550..d2c24ca 100644 --- a/templates/template_dark.txt +++ b/templates/template_dark.txt @@ -16,7 +16,7 @@ a:link{color: #3F51B5;} a:visited{#3F51B5;} img{max-width: 100%; max-height: 100%; overflow: hidden;} -pre{padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px;} +pre{padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; overflow: auto;} .middle{text-align: center;} .middiv{margin: auto; width: 80%;} #gentag{text-align: center; font-size: 75%;} diff --git a/templates/template_kawaii.txt b/templates/template_kawaii.txt index 9a8b8f8..1aee82c 100644 --- a/templates/template_kawaii.txt +++ b/templates/template_kawaii.txt @@ -12,7 +12,7 @@