2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

formatting

This commit is contained in:
Mark Otto
2017-10-04 20:18:06 -07:00
committed by XhmikosR
parent 91b219d5e6
commit 8fccaa2439
+2 -2
View File
@@ -156,7 +156,7 @@
.card {
display: flex;
// Flexbugs `#4`:https://github.com/philipwalton/flexbugs#4-flex-shorthand-declarations-with-unitless-flex-basis-values-are-ignored
// 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;
@@ -183,7 +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
// 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;