Skip to content

Commit de4ab41

Browse files
authored
Vertically center "Show Resolved" (#35211)
1 parent 93cf656 commit de4ab41

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
@@ -15,7 +15,7 @@
1515
</span>
1616
{{end}}
1717
</div>
18-
<div>
18+
<div class="tw-flex tw-items-center">
1919
{{if or $invalid $resolved}}
2020
<button id="show-outdated-{{$comment.ID}}" data-comment="{{$comment.ID}}" class="{{if not $resolved}}tw-hidden{{end}} btn tiny show-outdated">
2121
{{svg "octicon-unfold" 16 "tw-mr-2"}}

0 commit comments

Comments
 (0)