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 cc675ef commit bead2c6Copy full SHA for bead2c6
templates/user/auth/signup_inner.tmpl
@@ -58,7 +58,7 @@
58
</div>
59
{{end}}
60
{{if and .EnableCaptcha (eq .CaptchaType "mcaptcha")}}
61
- <div class="inline field df ac db-small">
+ <div class="inline field df ac db-small captcha-field">
62
<span>{{.locale.Tr "captcha"}}</span>
63
<div class="border-secondary w-100-small" id="mcaptcha__widget-container" style="width: 50%; height: 5em"></div>
64
<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