From 6dfed9d12a36f6ae4e76f84245c4dd05d6e227ce Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Fri, 16 Feb 2018 09:04:04 -0800 Subject: [PATCH] fix NavItem svg layout issue --- routes/_components/NavItem.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/routes/_components/NavItem.html b/routes/_components/NavItem.html index 081b6e5..3960f84 100644 --- a/routes/_components/NavItem.html +++ b/routes/_components/NavItem.html @@ -33,6 +33,8 @@ .nav-link-svg-wrapper { position: relative; display: inline-block; + width: 25px; + height: 25px; } .nav-link-notifications {