diff --git a/decnet_web/src/components/Dashboard.css b/decnet_web/src/components/Dashboard.css index fb23792e..73d2f240 100644 --- a/decnet_web/src/components/Dashboard.css +++ b/decnet_web/src/components/Dashboard.css @@ -376,6 +376,10 @@ background-color: rgba(0, 255, 65, 0.03); } +.logs-table tr.empty-row td { + border-bottom: none; +} + .raw-line { max-width: 400px; overflow: hidden;