Mike Muegel

Results 3 issues of Mike Muegel

In this nested grid example, the parent layout is not expected: ``` var body: some View { Grid(tracks: [ .fit, // label .fit, // value ], spacing: 5) { Text("A").gridAlignment(.trailing)...

I am using two Grids inside another grid. Seems OK, except when I try to use rowspan inside of one of the inner grids. Here is general layout: ![image](https://user-images.githubusercontent.com/1008514/102025920-8c019200-3d60-11eb-8720-10a6a6f15f44.png) Here...

bug
confirmed

Hello. Please consider adding additional maintainers so pull requests can be acted on. I really like this library, but looks like pull requests fall into bit bucket :-(.