Bootstrap + Recaptcha. Css problem
If you use bootstrap and recaptcha, you may face a problem like wrong padding|margin:
You should add next css style to yours:
body{ line-height:1}
And all will be OK ! Enjoy!
If you use bootstrap and recaptcha, you may face a problem like wrong padding|margin:
You should add next css style to yours:
body{ line-height:1}
And all will be OK ! Enjoy!