Commit ee75664f authored by Ryan Harris's avatar Ryan Harris

Update prefixes for flexbox style definitions

parent dc702c17
......@@ -82,11 +82,11 @@
}
.block-controls {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
.control {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment