Fixed spacing for wrapped elements #85
Reference in New Issue
Block a user
No description provided.
Delete Branch "master"
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?
I found that the spacing behavior was incorrect (or at least not what I would expect) when working with wrapped elements. The following code:
Was producing the following output:
Whereas I would expect it to produce this:
The problem appeared to be that it was spacing the three items as if there were four items, and this was due to the fact that after it detected that the fourth item had wrapped, it failed to decrement the item count for the row back down to three.