Skip to content

Commit c573def

Browse files
committed
revert the "icon" position
1 parent e5effc8 commit c573def

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

templates/repo/commit_load_branches_and_tags.tmpl

+8-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@
66
<div class="branch-and-tag-detail gt-hidden">
77
<div class="divider"></div>
88
<div>{{.locale.Tr "repo.commit.contained_in"}}</div>
9-
<div class="branch-area flex-text-block gt-mt-3">{{svg "octicon-git-branch"}}</div>
10-
<div class="tag-area flex-text-block gt-mt-3">{{svg "octicon-tag"}}</div>
9+
<div class="gt-df gt-mt-3">
10+
<div class="gt-p-2">{{svg "octicon-git-branch"}}</div>
11+
<div class="branch-area flex-text-block gt-f1"></div>
12+
</div>
13+
<div class="gt-df gt-mt-3">
14+
<div class="gt-p-2">{{svg "octicon-tag"}}</div>
15+
<div class="tag-area flex-text-block gt-f1"></div>
16+
</div>
1117
</div>
1218
</div>

0 commit comments

Comments
 (0)