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:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-09-29 20:31:09 +0300
committerLuke "Jared" Bennett <lbennett@gitlab.com>2017-09-29 20:31:09 +0300
commitfe96bd416c0556cac5da7a178264340798a74fbf (patch)
tree696ed8a4168f93f94e79cb90271f9fc67ee93e78 /app/assets/javascripts/notes
parenta510d9bdfb3d5a524a62388980cfa0a552bbefb7 (diff)
Fix md-area top border-radius with issue issuable-note-warning
Diffstat (limited to 'app/assets/javascripts/notes')
-rw-r--r--app/assets/javascripts/notes/components/issue_comment_form.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/javascripts/notes/components/issue_comment_form.vue b/app/assets/javascripts/notes/components/issue_comment_form.vue
index e37bbe164fe..3682c95f6eb 100644
--- a/app/assets/javascripts/notes/components/issue_comment_form.vue
+++ b/app/assets/javascripts/notes/components/issue_comment_form.vue
@@ -263,13 +263,14 @@
class="new-note js-quick-submit common-note-form gfm-form js-main-target-form"
>
+ <div class="error-alert"></div>
+
<issue-warning
v-if="hasIssueWarning(getIssueData)"
:is-locked="isIssueLocked(getIssueData)"
:is-confidential="isIssueConfidential(getIssueData)"
/>
- <div class="error-alert"></div>
<markdown-field
:markdown-preview-path="markdownPreviewPath"
:markdown-docs-path="markdownDocsPath"