From b77b5777678ca4ecd61ee6b2ca6b79378ed9e464 Mon Sep 17 00:00:00 2001 From: Andrew Seigner Date: Mon, 25 Feb 2019 16:08:11 -0800 Subject: [PATCH] Align dashboard nav items (#2380) The `Overview` and `Resources` nav items were slightly out of alignment with the other nav items. Add paddingRight to the other nav items, to compensate for their shrunken icons. Signed-off-by: Andrew Seigner --- web/app/js/components/Navigation.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/app/js/components/Navigation.jsx b/web/app/js/components/Navigation.jsx index 2ad117bdf..bdb82b1e6 100644 --- a/web/app/js/components/Navigation.jsx +++ b/web/app/js/components/Navigation.jsx @@ -121,6 +121,7 @@ const styles = theme => { shrinkIcon: { fontSize: "18px", paddingLeft: "3px", + paddingRight: "3px", } }; };