Skip to content

Commit df6a87a

Browse files
authored
Merge branch 'main' into fix-before_commit_three_dot
2 parents eda13d6 + 65fc2d1 commit df6a87a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: templates/repo/issue/view_content/pull.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{{avatar $.Context .User}}
1414
</a>
1515
{{end}}
16-
<span>
16+
<span class="gt-ml-2">
1717
{{if .User}}
1818
<a href="{{.User.HomeLink}}">{{.User.GetDisplayName}}</a>
1919
{{else if .Team}}

Diff for: web_src/less/_explore.less

+2
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
.ui.user.list {
7070
.item {
7171
padding-bottom: 25px;
72+
display: flex;
7273

7374
&:not(:first-child) {
7475
border-top: 1px solid var(--color-secondary);
@@ -78,6 +79,7 @@
7879
img.ui.avatar {
7980
width: 40px;
8081
height: 40px;
82+
margin-right: 10px;
8183
}
8284

8385
.description {

0 commit comments

Comments
 (0)