diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2015-03-09 15:12:10 -0300 |
---|---|---|
committer | Gabriel Albo <gabriel@albo.com.br> | 2015-03-09 18:17:48 -0300 |
commit | b8897aa1760f7fe177fe1abaafd3addbbd0e47dc (patch) | |
tree | 8b700710128846ad6c9a2b9cceecb31c02603721 | |
parent | c3eab90103b01b3551a83a8d747e11fc4945582e (diff) |
#261 Adding some negative margin so the tags label won't be wider than the side nav when the user hovers them
-rw-r--r-- | web-ui/app/scss/styles.scss | 1 |
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; } } } |