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 9fc73c7 commit c6e73ceCopy full SHA for c6e73ce
web_src/css/form.css
@@ -243,7 +243,7 @@ textarea:focus,
243
height: 76px !important;
244
}
245
.m-captcha-style {
246
- width: 50%;
+ max-width: 450px;
247
248
249
web_src/js/features/captcha.ts
@@ -41,6 +41,7 @@ export async function initCaptcha() {
41
// * the INPUT_NAME is a "const", it should not be changed.
42
// * the "mCaptcha.default" is actually the "Widget".
43
44
+ // @ts-expect-error TS2540: Cannot assign to 'INPUT_NAME' because it is a read-only property.
45
mCaptcha.INPUT_NAME = 'm-captcha-response';
46
const instanceURL = captchaEl.getAttribute('data-instance-url');
47
0 commit comments