Merge pull request #419 from chaoaretasty/patch-1

Preventing grids distributing verticle space
This commit is contained in:
James Alley 2015-01-23 13:39:37 -08:00
commit cb8704cc16

View File

@ -37,6 +37,11 @@
/* IE10 uses display: flexbox */
display: -ms-flexbox;
-ms-flex-flow: row wrap;
/* Prevents distributing space between rows */
-ms-align-content: flex-start;
-webkit-align-content: flex-start;
align-content: flex-start;
}
/* Opera as of 12 on Windows needs word-spacing.