summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-07-07 09:44:30 +0100
committerPhil Hughes <me@iamphill.com>2016-07-07 09:44:30 +0100
commitafbd631c78bea27ea7e088c090e947959285a176 (patch)
tree86f2e9fdbcce1f5177a5be92f6fb9a3a9bfd0d17
parenta6b4164017961add393e6cc863dc5e0c3d9c7f69 (diff)
downloadgitlab-ce-gl-dropdown-issuable-form.tar.gz
Dropdown chevron alignmentgl-dropdown-issuable-form
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index f36736c475e..fe41845022e 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -56,7 +56,7 @@
position: absolute;
top: 50%;
right: 6px;
- margin-top: -4px;
+ margin-top: -6px;
color: $dropdown-toggle-icon-color;
font-size: 10px;
}