Last active
August 29, 2015 13:56
-
-
Save neogermi/8953190 to your computer and use it in GitHub Desktop.
Fix Like Button in Firefox (Overwriting inline styles)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* 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