1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Updated flex-basis property to fix issue #18569 in .scss files

This commit is contained in:
obinnangini 2017-06-07 15:43:22 -04:00 committed by Mark Otto
parent 845320fe8c
commit 532493e6ec

View file

@ -197,7 +197,7 @@
.card {
display: flex;
flex: 1 0 0;
flex: 1 0 0%;
flex-direction: column;
margin-right: $card-deck-margin;
margin-left: $card-deck-margin;
@ -216,7 +216,7 @@
flex-flow: row wrap;
.card {
flex: 1 0 0;
flex: 1 0 0%;
+ .card {
margin-left: 0;