mirror of https://github.com/go-gitea/gitea.git
Fix code button alignment (#33345)
Fixes: https://github.com/go-gitea/gitea/issues/33344 Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>pull/33346/head^2
parent
3682231f17
commit
abe743df79
|
@ -1,5 +1,6 @@
|
||||||
<button class="ui primary button js-btn-clone-panel">
|
<button class="ui primary button js-btn-clone-panel">
|
||||||
<span>{{svg "octicon-code" 16}} Code</span>
|
{{svg "octicon-code" 16}}
|
||||||
|
<span>Code</span>
|
||||||
{{svg "octicon-triangle-down" 14 "dropdown icon"}}
|
{{svg "octicon-triangle-down" 14 "dropdown icon"}}
|
||||||
</button>
|
</button>
|
||||||
<div class="clone-panel-popup tippy-target">
|
<div class="clone-panel-popup tippy-target">
|
||||||
|
|
Loading…
Reference in New Issue