Update prefixes for flexbox style definitions
This commit is contained in:
parent
dc702c1749
commit
ee75664f96
1 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue