Layout error when sets the width and height of percentage #1058
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
I use Yoga in this HTML page.
Expected Behavior
The red background fills the entire Div
Actual Behavior
Yoga log:
There is an error in the left calculation here

...
When I delete “justify-content: center”, the problem seems to disappear, so the key point is “justify-content: center”??