Skip to content

Commit 20b94fc

Browse files
committed
fix
1 parent bc55a80 commit 20b94fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/issue/view_content/conversation.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{{$hasReview := and $comment.Review}}
77
{{$isReviewPending := and $hasReview (eq $comment.Review.Type 0)}}
88
<div class="ui segments conversation-holder">
9-
<div class="ui segment collapsible-comment-box gt-py-3 gt-df gt-ac gt-sb">
9+
<div class="ui segment collapsible-comment-box gt-py-3 gt-df gt-ac gt-sb tw-rounded-b">
1010
<div class="gt-df gt-ac">
1111
<a href="{{$comment.CodeCommentLink ctx}}" class="file-comment gt-ml-3 gt-word-break">{{$comment.TreePath}}</a>
1212
{{if $invalid}}

0 commit comments

Comments
 (0)