diff --git a/decnet_web/src/components/Dashboard.css b/decnet_web/src/components/Dashboard.css index 73d2f240..aea8c118 100644 --- a/decnet_web/src/components/Dashboard.css +++ b/decnet_web/src/components/Dashboard.css @@ -378,6 +378,12 @@ .logs-table tr.empty-row td { border-bottom: none; + height: 360px; +} + +.logs-table tr.empty-row .empty-state { + height: 100%; + min-height: 0; } .raw-line {