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.
2 parents 78e1eb8 + e546480 commit 4a8c5d4Copy full SHA for 4a8c5d4
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