summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-10-03 20:50:35 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-10-03 20:50:35 +0000
commit5a23af928e52350039f1db8eee97278d34d1f1b0 (patch)
tree34a849e437df3dbe0fca514db4fc603d6fc998aa /app/assets/stylesheets/pages
parent900a19edfc1d9021557d264df558194dedad0a8c (diff)
parent64a60e08c3749cb5cfe9546ac526edf91f0b3b76 (diff)
downloadgitlab-ce-5a23af928e52350039f1db8eee97278d34d1f1b0.tar.gz
Merge branch '38187-38315-fix-dropdown-open-top-bottom-spacing' into 'master'
Fix bottom spacing for dropdowns that open upwards Closes #38187 and #38315 See merge request gitlab-org/gitlab-ce!14535
Diffstat (limited to 'app/assets/stylesheets/pages')
-rw-r--r--app/assets/stylesheets/pages/note_form.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/note_form.scss b/app/assets/stylesheets/pages/note_form.scss
index be4db597689..74d9acb5490 100644
--- a/app/assets/stylesheets/pages/note_form.scss
+++ b/app/assets/stylesheets/pages/note_form.scss
@@ -362,7 +362,7 @@
.dropdown-menu {
top: initial;
- bottom: 40px;
+ bottom: 100%;
width: 298px;
}