1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 16:50:00 +02: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 { .card {
display: flex; 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: 1 0 0%;
flex-direction: column; flex-direction: column;
margin-right: $card-deck-margin; margin-right: $card-deck-margin;
@@ -182,6 +183,7 @@
flex-flow: row wrap; flex-flow: row wrap;
.card { .card {
// Flexbugs `#4`:https://github.com/philipwalton/flexbugs#4-flex-shorthand-declarations-with-unitless-flex-basis-values-are-ignored
flex: 1 0 0%; flex: 1 0 0%;
margin-bottom: 0; margin-bottom: 0;