Fix mCaptcha bug (#33659)

Fix #33658
This commit is contained in:
wxiaoguang 2025-02-20 22:53:38 +08:00 committed by GitHub
parent e6759f356d
commit cd225d7034
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 5 deletions

View file

@ -243,7 +243,7 @@ textarea:focus,
height: 76px !important;
}
.m-captcha-style {
width: 50%;
max-width: 450px;
}
}