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

node.js - How do I prevent MongoDB replica set from querying the primary? -

c# - Randomly pick a specific int from a 2D Array -

php - Angularjs http.delete is not working after deploying project on server -