Skip to content

Instantly share code, notes, and snippets.

@wmakley
wmakley / recaptcha-fixes.css
Last active August 29, 2015 14:16
Recaptcha Foundation Fixes
/* Append to stylesheet of any site using zurb foundation to fix recaptcha.
* Compiled from this thread: https://github.com/zurb/foundation/issues/2625
*/
#recaptcha_area, #recaptcha_table {
table-layout: auto !important;
}
#recaptcha_area table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
line-height: normal;
}