summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/dropdowns.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-12-15 13:34:26 -0700
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-12-18 11:48:00 -0700
commit52fe6522bdf673fc8de27ea241441a7130f14a97 (patch)
treed655bd75bc64b70c123d0cbc2260b8dc1c4c65d7 /app/assets/stylesheets/framework/dropdowns.scss
parent08ee1e29f9beef1109930dedc74d3de3518b693b (diff)
downloadgitlab-ce-52fe6522bdf673fc8de27ea241441a7130f14a97.tar.gz
Remove extra height declarations in CSS; remove block styling from dropdowns
Diffstat (limited to 'app/assets/stylesheets/framework/dropdowns.scss')
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index 478269f3fcf..66dddfb35c1 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -214,7 +214,6 @@
.dropdown-menu,
.dropdown-menu-nav {
@include set-invisible;
- display: block;
position: absolute;
width: auto;
top: 100%;