All I did was add the CSS to my page:
div.fb_iframe_widget > span {
vertical-align: unset !important;
}
This is a bit less opinionated than some of the answers here and isolates the change to only undoing the height adjustment on the Facebook share icon.