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:
authorPhil Hughes <me@iamphill.com>2017-09-05 10:46:33 +0300
committerPhil Hughes <me@iamphill.com>2017-09-05 10:46:33 +0300
commit25600b1981a097af0e29afdac31146823a97e6d1 (patch)
treef425b6da2989f5e5ab7f12a7793a7f73c526dff1 /app/assets/stylesheets/pages/note_form.scss
parent2ca7f90afed5289ea4e6cd0016ed7d0af994f353 (diff)
parent94c24b89bd238a3af16e7887c4a1420462a8b0f0 (diff)
Merge branch 'winh-note-form-dropdown' into 'master'
Make comment form dropdown style consistent See merge request !13473
Diffstat (limited to 'app/assets/stylesheets/pages/note_form.scss')
-rw-r--r--app/assets/stylesheets/pages/note_form.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/note_form.scss b/app/assets/stylesheets/pages/note_form.scss
index 8932cff22a8..5d7c85b16ef 100644
--- a/app/assets/stylesheets/pages/note_form.scss
+++ b/app/assets/stylesheets/pages/note_form.scss
@@ -23,6 +23,8 @@
.new-note,
.note-edit-form {
.note-form-actions {
+ @include new-style-dropdown;
+
position: relative;
margin: $gl-padding 0 0;
}