Skip to content

Commit

Permalink
fix alignment of recaptcha for large badge popovers
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Mark committed Mar 10, 2018
1 parent 30efc2b commit 19c5233
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/splash.js
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,9 @@ function style ({ logo, active, large, iframe } = {}){
'transform-origin': '0 0',
'margin-bottom': large ? '2em' : '0'
})
css.add('.g-recaptcha div', {
'width': '100% !important'
})
}

return css
Expand Down

0 comments on commit 19c5233

Please sign in to comment.