css - Recaptcha graphic being display incorrectly -
this default <%= recaptcha_tags %> being displayed on page:

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:

just add below given css in .css file , solve issue. can change line-heights value according needs.
.recaptchatable { line-height: 12px; }