So, you want drop col-xs-12
because since alpha12 we have implicit paddings and flex if any col-*
presented to element.
But it have led to bug: if you drop col-xs-12
, element doesn't have any flex-basis
and max-width
, so it will looks like overflowed content.
Now it's fixed.