From 1093ae15b77c474f89c2859d1fa6938d1998b955 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 6 Mar 2014 14:01:05 +0000 Subject: [PATCH 1/1] check-bkp-status.in: Height cap on log information. Mainly because this way you can get to the horizontal scroll bar. --- check-bkp-status.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/check-bkp-status.in b/check-bkp-status.in index 5bbbdc2..73d8e84 100644 --- a/check-bkp-status.in +++ b/check-bkp-status.in @@ -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; -- 2.11.0