Commit 22763971 authored by Natalia Tepluhina's avatar Natalia Tepluhina Committed by Nicolò Maria Mezzopera

Resolve "Design comments do not render the blockquotes correctly"

parent d0a9c76c
...@@ -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