From 3a56151ffb1d4041ff6d71177c5384753a81c9d3 Mon Sep 17 00:00:00 2001 From: silverwind Date: Wed, 20 Mar 2024 19:05:27 +0100 Subject: [PATCH] fix comment --- web_src/css/dashboard.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_src/css/dashboard.css b/web_src/css/dashboard.css index 74e4385344977..0fa81b1c2a883 100644 --- a/web_src/css/dashboard.css +++ b/web_src/css/dashboard.css @@ -78,7 +78,7 @@ } .dashboard .dashboard-navbar { - padding: 1px 12px; /* match overflow-menu in height */ + padding: 1px 12px; /* match .overflow-menu-items in height */ background: var(--color-header-wrapper); }