missing -webkit-flex
This commit is contained in:
parent
6f62211465
commit
11e1a45ed5
1 changed files with 3 additions and 1 deletions
|
@ -66,8 +66,10 @@ limitations under the License.
|
||||||
-webkit-order: 3;
|
-webkit-order: 3;
|
||||||
order: 3;
|
order: 3;
|
||||||
|
|
||||||
width: 100%;
|
-webkit-flex: 1 1 0;
|
||||||
flex: 1 1 0;
|
flex: 1 1 0;
|
||||||
|
|
||||||
|
width: 100%;
|
||||||
margin-top: 18px;
|
margin-top: 18px;
|
||||||
margin-bottom: 18px;
|
margin-bottom: 18px;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue