Skip to content

Instantly share code, notes, and snippets.

@liuwenzhuang
Created August 31, 2017 06:57
Show Gist options
  • Save liuwenzhuang/46971f31d94fd7be82fa2983112c808a to your computer and use it in GitHub Desktop.
Save liuwenzhuang/46971f31d94fd7be82fa2983112c808a to your computer and use it in GitHub Desktop.
Ionic 2 iOS8 Item and Row style error
.item-block, .row {
display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox; /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Chrome */
display: flex;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment