We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecbb03d commit e546480Copy full SHA for e546480
templates/repo/issue/fields/markdown.tmpl
@@ -1,3 +1,3 @@
1
<div class="field {{if not .item.VisibleOnForm}}tw-hidden{{end}}">
2
- <div>{{ctx.RenderUtils.MarkdownToHtml .item.Attributes.value}}</div>
+ <div class="markup">{{ctx.RenderUtils.MarkdownToHtml .item.Attributes.value}}</div>
3
</div>
web_src/css/modules/comment.css
@@ -53,6 +53,7 @@
53
display: flex;
54
flex-direction: column;
55
flex: 1;
56
+ min-width: 0;
57
}
58
59
.ui.comments .comment > .avatar ~ .content {
0 commit comments