From e97305e384f75dd84405202c668ed329a949ef05 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 8 Mar 2018 16:22:40 -0500 Subject: [PATCH] Fixed the action part panel having too small of a max height --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 74d8921..76afe67 100644 --- a/style.css +++ b/style.css @@ -135,7 +135,7 @@ body.dark #log { } .action-part-container { - max-height: 400px; + max-height: 1000px; display: flex; flex-wrap: wrap; }