Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConstance Okoghenun <cokoghenun@gitlab.com>2018-06-29 17:27:27 +0300
committerTim Zallmann <tzallmann@gitlab.com>2018-06-29 17:27:27 +0300
commit60379c7c98b862f5d165fa94bd5a096c14ff6c72 (patch)
tree446e67a2485285b16519a575fa0f1cd4be0641e1 /app/assets/stylesheets/pages
parenta0ff77246e933db649f3e61bcdf004a33d5e2cf8 (diff)
Resolve "Merge request refactor displays changes dropdown incorrectly"
Diffstat (limited to 'app/assets/stylesheets/pages')
-rw-r--r--app/assets/stylesheets/pages/diff.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/diff.scss b/app/assets/stylesheets/pages/diff.scss
index d652982410a..8c25d177813 100644
--- a/app/assets/stylesheets/pages/diff.scss
+++ b/app/assets/stylesheets/pages/diff.scss
@@ -737,6 +737,10 @@
max-width: 560px;
width: 100%;
z-index: 150;
+ min-height: $dropdown-min-height;
+ max-height: $dropdown-max-height;
+ overflow-y: auto;
+ margin-bottom: 0;
@include media-breakpoint-up(sm) {
left: $gl-padding;