summaryrefslogtreecommitdiffstats
path: root/templates/shared
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2021-05-05 18:57:59 +0200
committerGitHub <noreply@github.com>2021-05-05 12:57:59 -0400
commita961335dc77675f4574145cd8c23d63aeed46f65 (patch)
tree0bd1442a442e3344fc21216eaa07f6b1cc4d69e2 /templates/shared
parent5e98d670d36f6228702af6db20afaff5761931bb (diff)
downloadgitea-a961335dc77675f4574145cd8c23d63aeed46f65.tar.gz
gitea-a961335dc77675f4574145cd8c23d63aeed46f65.zip
Issue list alignment tweaks (#15483)
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: zeripath <art27@cantab.net>
Diffstat (limited to 'templates/shared')
-rw-r--r--templates/shared/issuelist.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/shared/issuelist.tmpl b/templates/shared/issuelist.tmpl
index d07295aa67..c21b320cf7 100644
--- a/templates/shared/issuelist.tmpl
+++ b/templates/shared/issuelist.tmpl
@@ -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>