react-facebook
react-facebook copied to clipboard
Adjusting comments width
Hey, lately I started using your very comfortable component but I couldn't find how to adjust it's width. It's currently set to 550px which makes it not responsive.
How can I shrink it? I tried passing width={'100px'} but it did not work.
I figured it out. width should be passed as a string of a number of pixels but with no units. Having said that, I still could not make it be under 300px wide.