We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc4680e commit fad0e7aCopy full SHA for fad0e7a
templates/user/auth/signup_inner.tmpl
@@ -55,7 +55,7 @@
55
</div>
56
{{end}}
57
{{if and .EnableCaptcha (eq .CaptchaType "mcaptcha")}}
58
- <div class="inline field df ac db-small">
+ <div class="inline field df ac db-small captcha-field">
59
<span>{{.locale.Tr "captcha"}}</span>
60
<div class="border-secondary w-100-small" id="mcaptcha__widget-container" style="width: 50%; height: 5em"></div>
61
<div class="m-captcha" data-sitekey="{{ .McaptchaSitekey }}" data-instance-url="{{ .McaptchaURL }}"></div>
web_src/less/_form.less
@@ -157,7 +157,7 @@ textarea:focus,
157
}
158
159
.inline.field > label,
160
- .inline.field > span {
+ .inline.field.captcha-field > span {
161
text-align: right;
162
width: @create-page-form-input-padding;
163
word-wrap: break-word;
0 commit comments