lots of missing -webkit-flex for safari

This commit is contained in:
Matthew Hodgson 2015-08-11 21:00:33 +01:00
parent a20b4d2d2c
commit 3fc4aee269
4 changed files with 5 additions and 0 deletions

View file

@ -40,6 +40,7 @@ limitations under the License.
-webkit-order: 1;
order: 1;
-webkit-flex: 1;
flex: 1;
}