font-size use css class

This commit is contained in:
pangliang 2024-03-09 17:31:28 +08:00
parent 6d3c634c89
commit 8e7004643e
1 changed files with 2 additions and 2 deletions

View File

@ -7,11 +7,11 @@
<form id="runWorkflowDispatchForm" class="ui form" action="{{$.Link}}/run?workflow={{$.CurWorkflow}}&actor={{$.CurActor}}&status={{.Status}}" method="post">
{{.CsrfTokenHtml}}
<div class="ui inline field required">
<label>{{ctx.Locale.Tr "actions.workflow.from_ref"}} :</label>
<label>{{ctx.Locale.Tr "actions.workflow.from_ref"}}:</label>
<div class="ui floating dropdown icon button mini">
<input type="hidden" name="ref" value="refs/heads/{{index .Branches 0}}">
{{svg "octicon-git-branch"}}
<span class="text" style="font-size: small">{{index .Branches 0}}</span>
<span class="text gt-font-13">{{index .Branches 0}}</span>
<div class="menu">
<div class="ui icon search input">
<i class="search icon">{{svg "octicon-search" 16 "search icon"}}</i>