You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Problem:**
The inspector should show `Stretch` instead of `Fill` for grid children,
and set `alignSelf`/`justifySelf` in those cases.
**Fix:**
1. Set `alignSelf`/`justifySelf` to `stretch` if `Stretch` is selected
in the inspector dropdown for grid children
2. Show `Stretch` instead of `Fill` for label for grid children (note: I
opted for just changing the label here instead of having a different
strategy altogether, since in my mind it's still fulfilling the goal of
"filling" the parent – but lmk if this is the wrong take)
Fixes#6423
**Problem:**
The inspector should show `Stretch` instead of `Fill` for grid children,
and set `alignSelf`/`justifySelf` in those cases.
**Fix:**
1. Set `alignSelf`/`justifySelf` to `stretch` if `Stretch` is selected
in the inspector dropdown for grid children
2. Show `Stretch` instead of `Fill` for label for grid children (note: I
opted for just changing the label here instead of having a different
strategy altogether, since in my mind it's still fulfilling the goal of
"filling" the parent – but lmk if this is the wrong take)
Fixes#6423
No description provided.
The text was updated successfully, but these errors were encountered: