]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1547098 - Limit the height of code in Markdown so the horizontal scrollbar can...
authorKohei Yoshino <kohei.yoshino@gmail.com>
Fri, 26 Apr 2019 21:32:48 +0000 (17:32 -0400)
committerGitHub <noreply@github.com>
Fri, 26 Apr 2019 21:32:48 +0000 (17:32 -0400)
skins/standard/global.css

index aaacddbeaada462a0212b42e0521447ac55f1a44..5a362cc0463f0554e6b78d5cfd76a657106a9ca9 100644 (file)
@@ -2755,6 +2755,7 @@ pre.comment-text {
 }
 
 .markdown-body pre {
+  max-height: 600px;
   word-wrap: normal;
 }