Skip to content

7.1.0 — flex-basis: 100% by default

Compare
Choose a tag to compare
@imevro imevro released this 20 Jan 18:09
· 8 commits to master since this release

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.

image