]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
use flex and direction to do the stacked controls instead of float hacks
authorMark Otto <markdotto@gmail.com>
Sun, 25 Dec 2016 22:11:49 +0000 (14:11 -0800)
committerMark Otto <markd.otto@gmail.com>
Sun, 25 Dec 2016 23:48:44 +0000 (15:48 -0800)
commit30fd1590d3567818fd12c13dc3dad616900b7399
treeed145d2c64941b271e0c5d9189de07a43783b5f1
parent82061b25c40e42fcce3147110df43557fb0310d8
use flex and direction to do the stacked controls instead of float hacks

This also fixes #21280. Previously, we were using float and clear on the individual controls, but that meant a computer height of `0` for the parent `.custom-controls-stacked`. No more problem after using flexbox though.
scss/_custom-forms.scss