From 76ab2ab9484823964bff16e018c14c53bc7cb656 Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Wed, 25 Mar 2020 13:39:22 +0900 Subject: [PATCH] fix log size --- src/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style.css b/src/style.css index 9298a92..d3d3a5f 100644 --- a/src/style.css +++ b/src/style.css @@ -123,6 +123,7 @@ button:disabled { flex: 1 1 auto; display: flex; flex-direction: column; + min-height: 0; /* lets the log view fit the available space */ } #loghead { flex: 0 0 auto;