We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ad7c2 commit b353e18Copy full SHA for b353e18
dist/css/ionic.css
@@ -3337,11 +3337,7 @@ a.button {
3337
-moz-flex: 1;
3338
-ms-flex: 1;
3339
flex: 1;
3340
- display: -webkit-box;
3341
- display: -webkit-flex;
3342
- display: -moz-flex;
3343
- display: -ms-flexbox;
3344
- display: flex;
+ display: block;
3345
padding: 5px;
3346
width: 100%; }
3347
scss/_grid.scss
@@ -21,7 +21,7 @@
21
22
.col {
23
@include flex(1);
24
- @include display-flex();
25
padding: ($grid-padding-width / 2);
26
width: 100%;
27
}
0 commit comments