From b8897aa1760f7fe177fe1abaafd3addbbd0e47dc Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Mon, 9 Mar 2015 15:12:10 -0300 Subject: #261 Adding some negative margin so the tags label won't be wider than the side nav when the user hovers them --- web-ui/app/scss/styles.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'web-ui/app/scss/styles.scss') diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss index a7f36b35..13f4c689 100644 --- a/web-ui/app/scss/styles.scss +++ b/web-ui/app/scss/styles.scss @@ -267,6 +267,7 @@ section { transition: z-index 150ms ease-out; background: #CCC; color: $navigation_background; + margin-right: -10px; } } } -- cgit v1.2.3