Skip to content

Commit b353e18

Browse files
committed
update for grid
1 parent 17ad7c2 commit b353e18

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

dist/css/ionic.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3337,11 +3337,7 @@ a.button {
33373337
-moz-flex: 1;
33383338
-ms-flex: 1;
33393339
flex: 1;
3340-
display: -webkit-box;
3341-
display: -webkit-flex;
3342-
display: -moz-flex;
3343-
display: -ms-flexbox;
3344-
display: flex;
3340+
display: block;
33453341
padding: 5px;
33463342
width: 100%; }
33473343

scss/_grid.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
.col {
2323
@include flex(1);
24-
@include display-flex();
24+
display: block;
2525
padding: ($grid-padding-width / 2);
2626
width: 100%;
2727
}

0 commit comments

Comments
 (0)