0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Add comment where we explicitly use flex: 1 0 0%;.

This commit is contained in:
XhmikosR 2017-10-04 10:04:34 +03:00
parent 219ba7f2ea
commit 91b219d5e6

View File

@ -156,6 +156,7 @@
.card {
display: flex;
// Flexbugs `#4`:https://github.com/philipwalton/flexbugs#4-flex-shorthand-declarations-with-unitless-flex-basis-values-are-ignored
flex: 1 0 0%;
flex-direction: column;
margin-right: $card-deck-margin;
@ -182,6 +183,7 @@
flex-flow: row wrap;
.card {
// Flexbugs `#4`:https://github.com/philipwalton/flexbugs#4-flex-shorthand-declarations-with-unitless-flex-basis-values-are-ignored
flex: 1 0 0%;
margin-bottom: 0;