From 3f5e3559f129e5259315a9691a631ab24da50987 Mon Sep 17 00:00:00 2001 From: loof2736 Date: Tue, 3 Sep 2024 19:31:46 -0400 Subject: [PATCH] Add margin to track selection dropdown --- CSS/scyfin-theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/CSS/scyfin-theme.css b/CSS/scyfin-theme.css index fe089a7..f3cccea 100644 --- a/CSS/scyfin-theme.css +++ b/CSS/scyfin-theme.css @@ -796,6 +796,7 @@ html, /* Fix for track select dropdowns */ .trackSelections .selectContainer .detailTrackSelect { padding: 0 10px; + margin-left: 10px !important; } /* Re-position title */