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

php - How should I create my API for mobile applications (Needs Authentication) -

5 Reasons to Blog Anonymously (and 5 Reasons Not To)

Google AdWords and AdSense - A Dynamic Small Business Marketing Duo