mirror of
https://github.com/go-gitea/gitea
synced 2025-12-07 13:28:25 +00:00
Issue list alignment tweaks (#15483)
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
co-authored by
Lunny Xiao
zeripath
parent
5e98d670d3
commit
a961335dc7
@@ -2,7 +2,7 @@
|
||||
{{ $approvalCounts := .ApprovalCounts}}
|
||||
{{range .Issues}}
|
||||
<li class="item df py-3">
|
||||
<div class="issue-item-left df py-1">
|
||||
<div class="issue-item-left df">
|
||||
{{if $.CanWriteIssuesOrPulls}}
|
||||
<div class="ui checkbox issue-checkbox">
|
||||
<input type="checkbox" data-issue-id={{.ID}}></input>
|
||||
|
||||
Reference in New Issue
Block a user