justifyContent is not work when minWidth and marginLeft was both set. #664
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Report
Issues and Steps to Reproduce
Replaces this with steps to repro your issue.
With following code, the innerView is not aligned in center.
Expected Behavior
Describe what you expected would happen.

Actual Behavior
Describe what actually happened.

Link to Code
If you have some code that maintainers can clone/test for themselves, bugs can be resolved much faster. Please paste a link here.
5c617a5947/yoga/Yoga.c (L2236)
It seems marginAxisRow is considered as a part of the container's width which I think is wrong.
When applicable, use this fiddle to post a web repro.
Thanks @lmxxf for the hint! I pushed a PR at #665