Skip to content

Instantly share code, notes, and snippets.

@neogermi
Last active August 29, 2015 13:56
Show Gist options
  • Select an option

  • Save neogermi/8953190 to your computer and use it in GitHub Desktop.

Select an option

Save neogermi/8953190 to your computer and use it in GitHub Desktop.
Fix Like Button in Firefox (Overwriting inline styles)
/* Works ONLY for FB-Like button with 'button_count' layout and 'show_faces=false' */
/* Please adapt sizes for different layouts */
.fb_iframe_widget span[style],
.fb_iframe_widget span iframe[style]
{
min-height: 25px !important;
min-width: 100px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment