未验证 提交 25429c63 编写于 作者: D Douwe Maan

Wrap suggestion note in .note-text.md for consistent styling + behavior

上级 c73bf13d
......@@ -130,6 +130,6 @@ export default {
<template>
<div>
<div class="flash-container js-suggestions-flash"></div>
<div v-show="isRendered" ref="container" v-html="noteHtml"></div>
<div v-show="isRendered" ref="container" class="note-text md" v-html="noteHtml"></div>
</div>
</template>
......@@ -280,6 +280,8 @@
.md-suggestion-diff {
display: table !important;
border: 1px solid $border-color !important;
width: 100% !important;
font-family: $monospace-font !important;
}
.md-suggestion-header {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册