Add webkit prefixed flex direction too.

pull/1/head
David Baker 2015-07-08 22:12:00 +01:00
parent fa3e8587cc
commit b6319fcf50
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ limitations under the License.
display: -webkit-flex;
display: flex;
flex-direction: column;
-webkit-flex-direction: column;
/* background-color: #f00; */
width: 250px;