mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Merge pull request #2169 from SidFerreira/patch-1
feat(grid): include wrap option to the grid
This commit is contained in:
@@ -14,6 +14,10 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.row-wrap {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.row + .row {
|
||||
margin-top: ($grid-padding-width / 2) * -1;
|
||||
padding-top: 0;
|
||||
|
||||
Reference in New Issue
Block a user