Skip to content

Commit 48bd02e

Browse files
authored
Add whiteline after label on Signing Verification Settings (#14042)
1 parent e483220 commit 48bd02e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/settings/options.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@
348348
{{.CsrfTokenHtml}}
349349
<input type="hidden" name="action" value="signing">
350350
<div class="field">
351-
<label>{{.i18n.Tr "repo.settings.trust_model"}}</label>
351+
<label>{{.i18n.Tr "repo.settings.trust_model"}}</label><br>
352352
<div class="field">
353353
<div class="ui radio checkbox">
354354
<input type="radio" id="trust_model_default" name="trust_model" {{if eq .Repository.TrustModel.String "default"}}checked="checked"{{end}} value="default">

0 commit comments

Comments
 (0)