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

python 3.x - PyQt5 - Signal : pyqtSignal no method connect -

Apache NiFi ExecuteScript: Groovy script to replace Json values via a mapping file -