Created
September 13, 2017 03:23
-
-
Save hnq90/a5d02871da87e3a7b93c817cbab4e6af to your computer and use it in GitHub Desktop.
Responsive Facebook Comment
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
.fb-comments { | |
width: 100% !important; | |
} | |
.fb-comments iframe[style] { | |
width: 100% !important; | |
} | |
.fb-like-box { | |
width: 100% !important; | |
} | |
.fb-like-box iframe[style] { | |
width: 100% !important; | |
} | |
.fb-comments span { | |
width: 100% !important; | |
} | |
.fb-comments iframe span[style] { | |
width: 100% !important; | |
} | |
.fb-like-box span { | |
width: 100% !important; | |
} | |
.fb-like-box iframe span[style] { | |
width: 100% !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment