2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

keep width, add comment

This commit is contained in:
Mark Otto
2017-05-27 18:49:06 -07:00
parent 8a2d845a4f
commit 48d17bc8b8
+2 -1
View File
@@ -36,7 +36,8 @@
}
.col#{$infix}-auto {
flex: 0 0 auto;
max-width: none;
width: auto;
max-width: none; // Reset earlier grid tiers
}
@for $i from 1 through $columns {