From a39e820dc9015a9c2d2ee486d897860f28e84fcd Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Thu, 11 May 2023 20:35:54 -0500 Subject: [PATCH] Fix dashboard bordering --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 9976967..48b18ce 100644 --- a/style.css +++ b/style.css @@ -2086,6 +2086,8 @@ body.dashboard .dash-title { margin-bottom: -1px; } +body.dashboard .dash-title.ulink { padding: 3px 3px 4px 3px; } + body.dashboard .dash-title.currency-mark { position: relative; float: right; top: 24px; } body.dashboard .dash-title.rlink { float: right; }