Reordering flex properties - recess module crashes with out of memory exception if they are in the other order.

This commit is contained in:
Claus
2015-11-24 10:35:54 +01:00
parent 617fec171f
commit 1353b0a592

View File

@@ -49,8 +49,8 @@
display: flex;
.form-search {
-ms-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}