summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/note_form.scss
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-03-18 17:23:54 +0000
committerPhil Hughes <me@iamphill.com>2016-03-18 17:23:54 +0000
commit7dde8b2cf050ca6162f75799e2966015a476b38c (patch)
tree0f7e664c2d5ed55e7d7436295909ae8d8688f5d2 /app/assets/stylesheets/pages/note_form.scss
parent9280fd4acda1da9ed2435bd83d96892d77f37e90 (diff)
downloadgitlab-ce-7dde8b2cf050ca6162f75799e2966015a476b38c.tar.gz
Fix spacing below edit note formedit-form-alignment
Also changed to allow the CSS to decide what should be hidden when editting
Diffstat (limited to 'app/assets/stylesheets/pages/note_form.scss')
-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 61783ec46aa..daf2651425f 100644
--- a/app/assets/stylesheets/pages/note_form.scss
+++ b/app/assets/stylesheets/pages/note_form.scss
@@ -26,7 +26,7 @@
display: none;
}
-.new_note, .edit_note {
+.new_note, .note-edit-form {
.note-form-actions {
margin-top: $gl-padding;
}