From 9fc4b29e02ef0dc312217eb31f2f42c42466057f Mon Sep 17 00:00:00 2001 From: Brendan Early Date: Mar 26 2020 16:46:49 +0000 Subject: Fix loginInfo taking up 100% height on cluster health report --- diff --git a/www/kojiweb/clusterhealth.chtml b/www/kojiweb/clusterhealth.chtml index 32d5c5a..05fed9a 100644 --- a/www/kojiweb/clusterhealth.chtml +++ b/www/kojiweb/clusterhealth.chtml @@ -17,6 +17,11 @@ padding: 0px; text-overflow: ellipsis; } + + #loginInfo { + height: auto; + } + .graph { height: 15px; }