File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
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 required df ac db-small">
59
- <label >{{.locale.Tr "captcha"}}</label >
58
+ <div class="inline field df ac db-small">
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>
62
62
</div>
Original file line number Diff line number Diff line change @@ -156,7 +156,8 @@ textarea:focus,
156
156
padding-left : @create-page-form-input-padding + 30px ;
157
157
}
158
158
159
- .inline.field > label {
159
+ .inline.field > label ,
160
+ .inline.field > span {
160
161
text-align : right ;
161
162
width : @create-page-form-input-padding ;
162
163
word-wrap : break-word ;
You can’t perform that action at this time.
0 commit comments