diff --git a/src/Controller.php b/src/Controller.php index 7fce96e..c648e1e 100644 --- a/src/Controller.php +++ b/src/Controller.php @@ -21,7 +21,7 @@ public function testCaptcha() { $form = '
'; $form .= ''; - $form .= '

' . captcha_image_html(['style'=>'border-radius: 15px;']) . '

'; + $form .= '

' . captcha_image_html(['style'=>'border-radius: 15px; width: 192px;']) . '

'; if (request()->getMethod() == 'POST') { $rules = ['captcha' => 'required|captcha'];