1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-03 17:17:19 +00:00

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
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;
}
}