summaryrefslogtreecommitdiff
path: root/web-ui
diff options
context:
space:
mode:
authorGabriel Albo <gabriel@albo.com.br>2015-03-09 15:12:10 -0300
committerGabriel Albo <gabriel@albo.com.br>2015-03-09 18:17:48 -0300
commitb8897aa1760f7fe177fe1abaafd3addbbd0e47dc (patch)
tree8b700710128846ad6c9a2b9cceecb31c02603721 /web-ui
parentc3eab90103b01b3551a83a8d747e11fc4945582e (diff)
#261 Adding some negative margin so the tags label won't be wider than the side nav when the user hovers them
Diffstat (limited to 'web-ui')
-rw-r--r--web-ui/app/scss/styles.scss1
1 files changed, 1 insertions, 0 deletions
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;
}
}
}