From 4c1b3dd88b30dbd916fd13fded949b9bf3739694 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 12 Nov 2021 11:48:43 -0600 Subject: [PATCH] ThumbNavigation: balance the width of the icons so the labels overflow --- app/styles/navigation.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/navigation.scss b/app/styles/navigation.scss index f590cbd5c..e53d1383b 100644 --- a/app/styles/navigation.scss +++ b/app/styles/navigation.scss @@ -87,6 +87,7 @@ color: var(--primary-text-color); text-decoration: none; font-size: 20px; + width: 55px; span { margin-top: 1px;