Skip to content

Commit abe743d

Browse files
Fix code button alignment (#33345)
Fixes: #33344 Co-authored-by: wxiaoguang <[email protected]>
1 parent 3682231 commit abe743d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: templates/repo/clone_panel.tmpl

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<button class="ui primary button js-btn-clone-panel">
2-
<span>{{svg "octicon-code" 16}} Code</span>
2+
{{svg "octicon-code" 16}}
3+
<span>Code</span>
34
{{svg "octicon-triangle-down" 14 "dropdown icon"}}
45
</button>
56
<div class="clone-panel-popup tippy-target">

0 commit comments

Comments
 (0)