Add margin to track selection dropdown

This commit is contained in:
loof2736 2024-09-03 19:31:46 -04:00
parent 567cae1542
commit 3f5e3559f1

View File

@ -796,6 +796,7 @@ html,
/* Fix for track select dropdowns */ /* Fix for track select dropdowns */
.trackSelections .selectContainer .detailTrackSelect { .trackSelections .selectContainer .detailTrackSelect {
padding: 0 10px; padding: 0 10px;
margin-left: 10px !important;
} }
/* Re-position title */ /* Re-position title */