diff --git a/package.json b/package.json index e7cde3227..7e2795bfa 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "editor-stats": "0.2.0", "exception-reporting": "0.1.0", "find-and-replace": "0.19.0", - "fuzzy-finder": "0.5.0", + "fuzzy-finder": "0.6.0", "gfm": "0.4.0", "git-diff": "0.3.0", "gists": "0.2.0", diff --git a/static/select-list.less b/static/select-list.less index fd7e2fc1b..a9c43b8fc 100644 --- a/static/select-list.less +++ b/static/select-list.less @@ -1,3 +1,4 @@ +@import "ui-variables"; @import "octicon-mixins"; .select-list { @@ -22,7 +23,7 @@ position: relative; overflow-y: auto; max-height: 312px; - margin: 0; + margin: @component-padding 0 0 0; padding: 0; li {