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

@ -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,