From fcfc4eba3b05c69384d5e707fdf8135530ad19ca Mon Sep 17 00:00:00 2001 From: anti Date: Wed, 22 Apr 2026 17:55:06 -0400 Subject: [PATCH] style(web/topologies): drop extra padding so header aligns with fleet/dashboard --- decnet_web/src/components/TopologyList/TopologyList.css | 1 - 1 file changed, 1 deletion(-) diff --git a/decnet_web/src/components/TopologyList/TopologyList.css b/decnet_web/src/components/TopologyList/TopologyList.css index 7f42fdfb..6024f87b 100644 --- a/decnet_web/src/components/TopologyList/TopologyList.css +++ b/decnet_web/src/components/TopologyList/TopologyList.css @@ -1,5 +1,4 @@ .tlist-page { - padding: 16px 20px; color: var(--text-color); font-family: var(--font-mono); display: flex;