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-07-20 15:07:25 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-07-20 15:07:25 +0300
commit07b1e2691206717206d40f9c7f0abfd1a30ecbdd (patch)
treea5b6b9655d73f158c22ecc70bcb65535226fd4ac /app/assets/javascripts/vue_shared/components
parent65a0673d76bb86d6acca6dc3ab42dc91a04f56c2 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/vue_shared/components')
-rw-r--r--app/assets/javascripts/vue_shared/components/markdown/field.vue3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/assets/javascripts/vue_shared/components/markdown/field.vue b/app/assets/javascripts/vue_shared/components/markdown/field.vue
index 7c569763a75..aeb03625a37 100644
--- a/app/assets/javascripts/vue_shared/components/markdown/field.vue
+++ b/app/assets/javascripts/vue_shared/components/markdown/field.vue
@@ -398,7 +398,6 @@ export default {
v-show="previewMarkdown"
ref="markdown-preview"
class="js-vue-md-preview md-preview-holder gl-px-5"
- :class="{ md: !hasSuggestion }"
>
<suggestions
v-if="hasSuggestion"
@@ -409,7 +408,7 @@ export default {
:help-page-path="helpPagePath"
/>
<template v-else>
- <div v-safe-html:[$options.safeHtmlConfig]="markdownPreview"></div>
+ <div v-safe-html:[$options.safeHtmlConfig]="markdownPreview" class="md"></div>
</template>
</div>
<div