From: Kohei Yoshino Date: Fri, 26 Apr 2019 21:32:48 +0000 (-0400) Subject: Bug 1547098 - Limit the height of code in Markdown so the horizontal scrollbar can... X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=36183f569630eff77864b4404cb33e5b86ca5544;p=thirdparty%2Fbugzilla.git Bug 1547098 - Limit the height of code in Markdown so the horizontal scrollbar can be found and used easily --- diff --git a/skins/standard/global.css b/skins/standard/global.css index aaacddbea..5a362cc04 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -2755,6 +2755,7 @@ pre.comment-text { } .markdown-body pre { + max-height: 600px; word-wrap: normal; }