css - Recaptcha graphic being display incorrectly -


this default <%= recaptcha_tags %> being displayed on page:

ugly captcha

i've tried bunch styles, think following promising, no luck:

#recaptcha_table > tbody > tr:nth-child(6) {   height:18px !important; } 

can give me guidance? thanks.

the html captcha looks like:

enter image description here

just add below given css in .css file , solve issue. can change line-heights value according needs.

.recaptchatable {     line-height: 12px; } 

Popular posts from this blog

java - Cannot send AES encrypted messages of over 47 characters -

php - How to set default value of a select dynamically from database using smarty? -

telerik - Reformat image format in PDF -