feat: improve inline captcha UI by increasing spacing (#4079)

This commit is contained in:
Robin Ye
2025-08-14 16:15:34 +08:00
committed by GitHub
parent fee7773839
commit d6778fb4e6

View File

@@ -83,7 +83,7 @@ export const CaptchaModal = (props) => {
const renderDefaultCaptcha = () => {
if (noModal) {
return (
<Row style={{textAlign: "center"}}>
<Row style={{textAlign: "center"}} gutter={10}>
<Col
style={{flex: noModal ? "70%" : "100%"}}>
<Input