changeset b0c142110794 in bugs.tryton.org:default
details: https://hg.tryton.org/bugs.tryton.org?cmd=changeset;node=b0c142110794
description:
        Limit code block height
diffstat:

 static/style.css |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 4ed6abb67e2c -r b0c142110794 static/style.css
--- a/static/style.css  Sun Oct 25 11:27:47 2020 +0100
+++ b/static/style.css  Thu Oct 29 15:40:47 2020 +0100
@@ -104,6 +104,7 @@
   white-space: pre;
   border-radius: 4px;
   border: 1px solid #d4d4d4;
+  max-height: 500px;
 }
 
 pre > code {

Reply via email to