From 2a777001022ec3f8618ce3a1c696b6317ed36111 Mon Sep 17 00:00:00 2001 From: r Date: Sat, 11 Jan 2020 07:26:00 +0000 Subject: [PATCH] Use max height for status content --- static/main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/main.css b/static/main.css index 12f2a80..2b067ae 100644 --- a/static/main.css +++ b/static/main.css @@ -15,6 +15,8 @@ .status-content { margin: 4px 0; word-wrap: anywhere; + max-height: 600px; + overflow: auto; } .status-content p {