Web Inconsistency: Sometimes horizontally centered node has incorrect left #476
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?
Repro
The innermost node is being horizontally centered but it is given an incorrect left position. Here's a small repro which I extracted from my team's app:
Expected Output
Actual Output
The innermost node's
left
is0
but it should be10
.I confirmed this doesn't repro in master (
bcc36cc
).