Commit 9bbb8d65 authored by Nicolò Maria Mezzopera's avatar Nicolò Maria Mezzopera

Merge branch '250350-design-comments-do-not-render-the-blockquotes-correctly' into 'master'

Resolve "Design comments do not render the blockquotes correctly"

See merge request gitlab-org/gitlab!42498
parents 698cf2cc 22763971
...@@ -123,7 +123,7 @@ export default { ...@@ -123,7 +123,7 @@ export default {
</div> </div>
<template v-if="!isEditing"> <template v-if="!isEditing">
<div <div
class="note-text js-note-text" class="note-text js-note-text md"
data-qa-selector="note_content" data-qa-selector="note_content"
v-html="note.bodyHtml" v-html="note.bodyHtml"
></div> ></div>
......
---
title: Resolve Design comments do not render the blockquotes correctly
merge_request: 42498
author:
type: fixed
...@@ -68,7 +68,7 @@ exports[`Design note component should match the snapshot 1`] = ` ...@@ -68,7 +68,7 @@ exports[`Design note component should match the snapshot 1`] = `
</div> </div>
<div <div
class="note-text js-note-text" class="note-text js-note-text md"
data-qa-selector="note_content" data-qa-selector="note_content"
/> />
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment