Skip to content

Commit dcf743b

Browse files
authored
Remove padding-left
1 parent 6fc87f1 commit dcf743b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/TGRecaptcha.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public function show()
129129

130130
$recaptcha_config = require_once('app/config/recaptcha.php');
131131

132-
$this->tag->style = 'padding-left:50px; margin-bottom: -25px;';
132+
$this->tag->style = 'margin-bottom: -25px;';
133133
$this->tag->add("
134134
<script src='https://www.google.com/recaptcha/api.js' async defer ></script>
135135
<div class='g-recaptcha' data-sitekey='{$recaptcha_config['chave_site']}' ></div>

0 commit comments

Comments
 (0)