I did it editing the file class-facebook-like-box.php located inside wordpress / plug-ins / Facebook / social-plugins directory.
I changed the MIN WIDTH value.
/**
* Minimum allowed width of the Like Box in whole pixels.
*
* @since 1.1.11
*
* @var int
*/
const MIN_WIDTH = 230;