summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2016-12-05 13:26:24 -0600
committerClement Ho <ClemMakesApps@gmail.com>2017-01-09 16:01:03 -0600
commitc0ec94f5f0e0ba24655ab06f60a8da3ccd2930f8 (patch)
tree0b321b7acfc8097b2200be035a2308e4343e8dd1 /app/assets/stylesheets
parent52fd1b08caad773b332216c117bdecc25cbd6256 (diff)
downloadgitlab-ce-c0ec94f5f0e0ba24655ab06f60a8da3ccd2930f8.tar.gz
Fix css dropdown width
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/framework/filters.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/filters.scss b/app/assets/stylesheets/framework/filters.scss
index 2efdb537cb3..1f980c3d618 100644
--- a/app/assets/stylesheets/framework/filters.scss
+++ b/app/assets/stylesheets/framework/filters.scss
@@ -69,7 +69,7 @@
}
}
-.dropdown-menu .filter-dropdown {
+.dropdown-menu .filter-dropdown-item {
padding: 0;
}