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 bc55a80 commit 20b94fcCopy full SHA for 20b94fc
templates/repo/issue/view_content/conversation.tmpl
@@ -6,7 +6,7 @@
6
{{$hasReview := and $comment.Review}}
7
{{$isReviewPending := and $hasReview (eq $comment.Review.Type 0)}}
8
<div class="ui segments conversation-holder">
9
- <div class="ui segment collapsible-comment-box gt-py-3 gt-df gt-ac gt-sb">
+ <div class="ui segment collapsible-comment-box gt-py-3 gt-df gt-ac gt-sb tw-rounded-b">
10
<div class="gt-df gt-ac">
11
<a href="{{$comment.CodeCommentLink ctx}}" class="file-comment gt-ml-3 gt-word-break">{{$comment.TreePath}}</a>
12
{{if $invalid}}
0 commit comments