From f49d22e41b50890924dbec6e6ecd37b009ed1649 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Sun, 5 Jan 2025 22:18:55 -0600 Subject: [PATCH] increase and fix height of dashboard ulinks --- core/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/style.css b/core/style.css index ba6514d..65e7303 100644 --- a/core/style.css +++ b/core/style.css @@ -1059,7 +1059,7 @@ body.dashboard .dash-title { min-height: 18px; } -body.dashboard .dash-title.ulink { padding: 3px 3px 4px 3px; } +body.dashboard .dash-title.ulink { padding: 3px 3px 5px 3px; } body.dashboard .dash-title.currency-mark { position: relative; float: right; top: 24px; }