flex: 1; --> flex: 1 1 0%; IE bugfix

This commit is contained in:
Raphael Goetter 2017-09-13 12:19:07 +02:00
parent 0c3776a827
commit d42c3bec7e
4 changed files with 7 additions and 7 deletions

View File

@ -1064,8 +1064,8 @@ http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html
.flex-item-fluid,
.item-fluid {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-ms-flex: 1 1 0%;
flex: 1 1 0%;
}
.flex-item-first,
@ -1770,8 +1770,8 @@ ul.is-unstyled, ul.unstyled {
}
.media-content {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-ms-flex: 1 1 0%;
flex: 1 1 0%;
}
.media-figure--center {
-ms-flex-item-align: center;

File diff suppressed because one or more lines are too long

View File

@ -109,7 +109,7 @@ http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html
.flex-item-fluid,
.item-fluid {
flex: 1;
flex: 1 1 0%;
}
.flex-item-first,

View File

@ -10,7 +10,7 @@
align-items: flex-start;
&-content {
flex: 1;
flex: 1 1 0%;
}
// vertical align image