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 c53ad05 commit 65fc2d1Copy full SHA for 65fc2d1
templates/repo/issue/view_content/pull.tmpl
@@ -13,7 +13,7 @@
13
{{avatar $.Context .User}}
14
</a>
15
{{end}}
16
- <span>
+ <span class="gt-ml-2">
17
{{if .User}}
18
<a href="{{.User.HomeLink}}">{{.User.GetDisplayName}}</a>
19
{{else if .Team}}
web_src/less/_explore.less
@@ -69,6 +69,7 @@
69
.ui.user.list {
70
.item {
71
padding-bottom: 25px;
72
+ display: flex;
73
74
&:not(:first-child) {
75
border-top: 1px solid var(--color-secondary);
@@ -78,6 +79,7 @@
78
79
img.ui.avatar {
80
width: 40px;
81
height: 40px;
82
+ margin-right: 10px;
83
}
84
85
.description {
0 commit comments