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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-08-16 21:09:33 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-16 21:09:33 +0300
commit7e4746d6b8049ac170de633022a662e405ccc818 (patch)
tree33fa57879f1304506a86a4408c2015b05d21bd5c /app/assets/javascripts/comment_templates
parentab04c244dc7a2405a55d532e1793256a47685f38 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/comment_templates')
-rw-r--r--app/assets/javascripts/comment_templates/components/form.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/javascripts/comment_templates/components/form.vue b/app/assets/javascripts/comment_templates/components/form.vue
index 0dadec7a5c5..c29482eab7a 100644
--- a/app/assets/javascripts/comment_templates/components/form.vue
+++ b/app/assets/javascripts/comment_templates/components/form.vue
@@ -146,6 +146,7 @@ export default {
v-model="updateCommentTemplate.name"
:placeholder="__('Enter a name for your comment template')"
data-testid="comment-template-name-input"
+ class="gl-form-input-xl"
/>
</gl-form-group>
<gl-form-group
@@ -153,6 +154,7 @@ export default {
:state="isContentValid"
:invalid-feedback="__('Please enter the comment template content.')"
data-testid="comment-template-content-form-group"
+ class="gl-lg-max-w-80p"
>
<markdown-field
:enable-preview="false"