File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments