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:
authorFatih Acet <acetfatih@gmail.com>2016-11-16 22:18:01 +0300
committerFatih Acet <acetfatih@gmail.com>2017-01-04 23:37:54 +0300
commit2193ccec3d0cee689f7c62e4959a80589793af71 (patch)
tree558d070ca29786995b1018757eaca2851f0ed562 /app/views/projects/notes/_edit_form.html.haml
parent18165f97858f0ea12668bec9045998dee5212ecf (diff)
Fix warning styling for responsive design.
Diffstat (limited to 'app/views/projects/notes/_edit_form.html.haml')
-rw-r--r--app/views/projects/notes/_edit_form.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/notes/_edit_form.html.haml b/app/views/projects/notes/_edit_form.html.haml
index 8b09eae38f0..26ec4848c31 100644
--- a/app/views/projects/notes/_edit_form.html.haml
+++ b/app/views/projects/notes/_edit_form.html.haml
@@ -8,8 +8,8 @@
= render 'projects/notes/hints'
.note-form-actions.clearfix
- = submit_tag 'Save Comment', class: 'btn btn-nr btn-save js-comment-button'
- %span.settings-message.note-edit-warning.js-edit-warning
+ .settings-message.note-edit-warning.js-edit-warning
Finish editing this message first!
+ = submit_tag 'Save Comment', class: 'btn btn-nr btn-save js-comment-button'
%button.btn.btn-nr.btn-cancel.note-edit-cancel{ type: 'button' }
Cancel