Skip to content

Commit 532493e

Browse files
obinnanginimdo
authored andcommitted
Updated flex-basis property to fix issue twbs#18569 in .scss files
1 parent 845320f commit 532493e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scss/_card.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197

198198
.card {
199199
display: flex;
200-
flex: 1 0 0;
200+
flex: 1 0 0%;
201201
flex-direction: column;
202202
margin-right: $card-deck-margin;
203203
margin-left: $card-deck-margin;
@@ -216,7 +216,7 @@
216216
flex-flow: row wrap;
217217

218218
.card {
219-
flex: 1 0 0;
219+
flex: 1 0 0%;
220220

221221
+ .card {
222222
margin-left: 0;

0 commit comments

Comments
 (0)