summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-03-07 17:18:53 +0000
committerPhil Hughes <me@iamphill.com>2016-03-10 13:54:54 +0000
commit7bbab5faa1c2a7b78600f270f25f7ae210611350 (patch)
tree95fb047d65a36d72e1f18909f4b72563c58ce7a0
parent11b52e287be32ccd2eed166e4622f1a6b05c9ba7 (diff)
downloadgitlab-ce-7bbab5faa1c2a7b78600f270f25f7ae210611350.tar.gz
Fixed alignment of labels in dropdowns
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index 770534061b2..357423709bf 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -324,10 +324,8 @@
.dropdown-menu-labels {
.label {
position: relative;
- top: 5px;
width: 30px;
margin-right: 5px;
text-indent: -99999px;
- overflow: hidden;
}
}