box-sizing on grid childs
This commit is contained in:
parent
e514522b08
commit
bde9e261a7
7 changed files with 63 additions and 59 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue