File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 55
55
</div>
56
56
{{end}}
57
57
{{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 ">
59
59
<span>{{.locale.Tr "captcha"}}</span>
60
60
<div class="border-secondary w-100-small" id="mcaptcha__widget-container" style="width: 50%; height: 5em"></div>
61
61
<div class="m-captcha" data-sitekey="{{ .McaptchaSitekey }}" data-instance-url="{{ .McaptchaURL }}"></div>
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ textarea:focus,
157
157
}
158
158
159
159
.inline.field > label ,
160
- .inline.field > span {
160
+ .inline.field.captcha-field > span {
161
161
text-align : right ;
162
162
width : @create-page-form-input-padding ;
163
163
word-wrap : break-word ;
You can’t perform that action at this time.
0 commit comments