flex: 1; --> flex: 1 1 0%; IE bugfix
This commit is contained in:
parent
0c3776a827
commit
d42c3bec7e
4 changed files with 7 additions and 7 deletions
|
@ -1064,8 +1064,8 @@ http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html
|
||||||
.flex-item-fluid,
|
.flex-item-fluid,
|
||||||
.item-fluid {
|
.item-fluid {
|
||||||
-webkit-box-flex: 1;
|
-webkit-box-flex: 1;
|
||||||
-ms-flex: 1;
|
-ms-flex: 1 1 0%;
|
||||||
flex: 1;
|
flex: 1 1 0%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex-item-first,
|
.flex-item-first,
|
||||||
|
@ -1770,8 +1770,8 @@ ul.is-unstyled, ul.unstyled {
|
||||||
}
|
}
|
||||||
.media-content {
|
.media-content {
|
||||||
-webkit-box-flex: 1;
|
-webkit-box-flex: 1;
|
||||||
-ms-flex: 1;
|
-ms-flex: 1 1 0%;
|
||||||
flex: 1;
|
flex: 1 1 0%;
|
||||||
}
|
}
|
||||||
.media-figure--center {
|
.media-figure--center {
|
||||||
-ms-flex-item-align: center;
|
-ms-flex-item-align: center;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -109,7 +109,7 @@ http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html
|
||||||
|
|
||||||
.flex-item-fluid,
|
.flex-item-fluid,
|
||||||
.item-fluid {
|
.item-fluid {
|
||||||
flex: 1;
|
flex: 1 1 0%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex-item-first,
|
.flex-item-first,
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
|
|
||||||
&-content {
|
&-content {
|
||||||
flex: 1;
|
flex: 1 1 0%;
|
||||||
}
|
}
|
||||||
|
|
||||||
// vertical align image
|
// vertical align image
|
||||||
|
|
Loading…
Reference in a new issue