box-sizing on grid childs

This commit is contained in:
Raphael Goetter 2015-12-24 09:18:58 +01:00
parent e514522b08
commit bde9e261a7
7 changed files with 63 additions and 59 deletions

View file

@ -695,6 +695,7 @@ http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html
}
/* grid childs */
[class*="grid-"] > * {
box-sizing: border-box;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;