Fix: flex-grid nested rows with collapse
Undo the margin declaration for `.row .row.collapse`
Adds:
```CSS
.row .row.collapse {
margin-left:
}
```
Loading
Please sign in to comment
Undo the margin declaration for `.row .row.collapse`
Adds:
```CSS
.row .row.collapse {
margin-left:
}
```