Set min-width on non-responsive auto columns

Had already done this on responsive variants, missed adding it to the
base variant. Without this, auto columns are not forced to the same
width.
This commit is contained in:
Adam Wathan 2017-08-06 07:59:16 -04:00
parent ecd66cd2a6
commit e023065480

View File

@ -49,6 +49,7 @@
flex-grow: 1;
flex-basis: 0;
max-width: 100%;
min-width: 0;
}
.col-first {
order: -1;