Skip to content

Commit e08eed9

Browse files
GiteaBotsilverwindwxiaoguang
authored
Fix code button alignment (#33345) (#33351)
Backport #33345 by silverwind Co-authored-by: silverwind <[email protected]> Co-authored-by: wxiaoguang <[email protected]>
1 parent 4ffa49a commit e08eed9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/repo/clone_panel.tmpl

Lines changed: 2 additions & 1 deletion
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)