We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a6fa13 commit 97e1d44Copy full SHA for 97e1d44
templates/shared/issuelist.tmpl
@@ -2,7 +2,7 @@
2
{{ $approvalCounts := .ApprovalCounts}}
3
{{range .Issues}}
4
<li class="item df py-3">
5
- <div class="issue-item-left df py-1">
+ <div class="issue-item-left df">
6
{{if $.CanWriteIssuesOrPulls}}
7
<div class="ui checkbox issue-checkbox">
8
<input type="checkbox" data-issue-id={{.ID}}></input>
web_src/less/shared/issuelist.less
@@ -13,6 +13,7 @@
13
14
.issue-item-icon svg {
15
margin-right: .75rem;
16
+ margin-top: 1px;
17
}
18
19
.issue-item-icons-right > * + * {
@@ -29,10 +30,11 @@
29
30
font-size: 16px;
31
min-width: 0;
32
font-weight: 600;
33
+ }
34
- > * {
- vertical-align: middle;
35
- }
+ .labels-list {
36
+ position: relative;
37
+ top: -1.5px;
38
39
40
.issue-item-bottom-row {
0 commit comments