Skip to content

Commit e6e7d14

Browse files
GustedSysoev, Vladimir
Gusted
authored and
Sysoev, Vladimir
committed
Fix create repository page's help text (go-gitea#20810)
1 parent 504d7c7 commit e6e7d14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/user/auth/signup_inner.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
</div>
5656
{{end}}
5757
{{if and .EnableCaptcha (eq .CaptchaType "mcaptcha")}}
58-
<div class="inline field df ac db-small">
58+
<div class="inline field df ac db-small captcha-field">
5959
<span>{{.locale.Tr "captcha"}}</span>
6060
<div class="border-secondary w-100-small" id="mcaptcha__widget-container" style="width: 50%; height: 5em"></div>
6161
<div class="m-captcha" data-sitekey="{{ .McaptchaSitekey }}" data-instance-url="{{ .McaptchaURL }}"></div>

web_src/less/_form.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ textarea:focus,
157157
}
158158

159159
.inline.field > label,
160-
.inline.field > span {
160+
.inline.field.captcha-field > span {
161161
text-align: right;
162162
width: @create-page-form-input-padding;
163163
word-wrap: break-word;

0 commit comments

Comments
 (0)