summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/work_items/components/work_item_description.vue
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/work_items/components/work_item_description.vue')
-rw-r--r--app/assets/javascripts/work_items/components/work_item_description.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/javascripts/work_items/components/work_item_description.vue b/app/assets/javascripts/work_items/components/work_item_description.vue
index a4cbc430b84..279acc98cd4 100644
--- a/app/assets/javascripts/work_items/components/work_item_description.vue
+++ b/app/assets/javascripts/work_items/components/work_item_description.vue
@@ -229,13 +229,13 @@ export default {
<div>
<gl-form-group
v-if="isEditing"
- class="gl-mb-5 gl-border-t gl-pt-6"
+ class="gl-mb-5 gl-border-t gl-pt-6 common-note-form"
:label="__('Description')"
label-for="work-item-description"
>
<markdown-editor
v-if="glFeatures.workItemsMvc"
- class="gl-my-3 common-note-form"
+ class="gl-my-5"
:value="descriptionText"
:render-markdown-path="markdownPreviewPath"
:markdown-docs-path="$options.markdownDocsPath"