I just noticed today that the data-width attribute for the Facebook Like Box widget does not appear to be working. It looks like it is reverting to the default width. An example
I fixed the width with a little CSS hack but it is only temporary. My hack is this:
CSS
.fb-like-box iframe { width: your_width_in_px !important; }