I have seen that facebook plugin inserts content with the fixed width (example: Like plugin).
.fb-like span
As responsive width demands percentage it will not be recognized by browser if I define min-width: 100%.
Plugin inserts content but width will not be flexible as it is not as text or link inside element.
Example: border-right with 1px is not moved when you insert Like content within this element.
Can be this avoided?