1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-27 20:58:36 +00:00

Fix mCaptcha bug (#33659) (#33661)

Backport #33659 by wxiaoguang

Fix #33658

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
Giteabot
2025-02-21 00:21:31 +08:00
committed by GitHub
parent 8844e62cb4
commit 9da6d4ea85
2 changed files with 10 additions and 5 deletions

View File

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