summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorgfyoung <gfyoung17@gmail.com>2018-07-18 14:28:15 -0700
committergfyoung <gfyoung17@gmail.com>2018-07-19 14:33:46 -0700
commitc3ea0c02f40cc08ab0dd57d45c6d76f65a25acc1 (patch)
tree2bbc1e34e3740847f7b18ef125e8a869314b656b /app
parentb60364c0f377f4afdf5e96e84aba11988f4ae526 (diff)
downloadgitlab-ce-c3ea0c02f40cc08ab0dd57d45c6d76f65a25acc1.tar.gz
Don't overflow project/group dropdown results
Closes #49382.
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss7
1 files changed, 2 insertions, 5 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index c7b5e22c33d..ec4a0f378d0 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -822,7 +822,7 @@ header.header-content .dropdown-menu.frequent-items-dropdown-menu {
display: flex;
flex-direction: row;
width: 500px;
- height: 334px;
+ height: 354px;
.frequent-items-dropdown-sidebar,
.frequent-items-dropdown-content {
@@ -868,6 +868,7 @@ header.header-content .dropdown-menu.frequent-items-dropdown-menu {
}
.frequent-items-list-container {
+ height: 304px;
padding: 8px 0;
overflow-y: auto;
@@ -897,10 +898,6 @@ header.header-content .dropdown-menu.frequent-items-dropdown-menu {
margin-top: 8px;
}
- .frequent-items-search-container {
- height: 284px;
- }
-
@include media-breakpoint-down(xs) {
.frequent-items-list-container {
width: auto;