]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Fix responsive .col-{infix}-auto
authorMark Otto <markd.otto@gmail.com>
Sun, 28 May 2017 01:47:07 +0000 (18:47 -0700)
committerMark Otto <markd.otto@gmail.com>
Mon, 29 May 2017 04:12:55 +0000 (21:12 -0700)
commit8a2d845a4f7fe1611da79c6d4349d9bcd1117832
tree0952167eb32eb9fd001777dce63a3a701e4b0484
parent793e84400cec314198df38b6ae0a06e4711f72de
Fix responsive .col-{infix}-auto

Responsive automatic column resets weren't working because they inherited their `max-width` from lower grid tiers. This was because we were resetting the `width`, not the `max-width`.
scss/mixins/_grid-framework.scss