We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fc87f1 commit dcf743bCopy full SHA for dcf743b
1 file changed
src/TGRecaptcha.php
@@ -129,7 +129,7 @@ public function show()
129
130
$recaptcha_config = require_once('app/config/recaptcha.php');
131
132
- $this->tag->style = 'padding-left:50px; margin-bottom: -25px;';
+ $this->tag->style = 'margin-bottom: -25px;';
133
$this->tag->add("
134
<script src='https://www.google.com/recaptcha/api.js' async defer ></script>
135
<div class='g-recaptcha' data-sitekey='{$recaptcha_config['chave_site']}' ></div>
0 commit comments