Merge pull request #141 from wzeth/patch-19
set explicit height and width for captcha
This commit is contained in:
commit
00fa6eb561
@ -74,7 +74,7 @@
|
||||
{{#i18n.Translations}}{{solution}}{{/i18n.Translations}}
|
||||
</th>
|
||||
<td>
|
||||
<input type="text" name="captcha" autocomplete="off" id="captcha_solution" />
|
||||
<input type="text" name="captcha" autocomplete="off" id="captcha_solution" height="175" width="350"/>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- <tr>
|
||||
|
Reference in New Issue
Block a user