chiark / gitweb /
check-bkp-status.in: Height cap on log information.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 6 Mar 2014 14:01:05 +0000 (14:01 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 6 Mar 2014 14:01:05 +0000 (14:01 +0000)
Mainly because this way you can get to the horizontal scroll bar.

check-bkp-status.in

index 5bbbdc2119790f3f95969408c0e7926cf7b7c4d2..73d8e84931a8ad309915249c24e7ff512f784174 100644 (file)
@@ -221,9 +221,11 @@ html_header () {
          padding: 1ex;
          background: #eee;
          border: solid thin black;
-         overflow-y: auto;
+         overflow: auto;
        }
 
+       pre.logdump { max-height: 120ex; }
+
        .hide { display: none; }
        a.expand-button {
          float: right;