Correctly size cross axis when measuring flex basis #199
Reference in New Issue
Block a user
No description provided.
Delete Branch "measure-fix"
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?
In the context of
texts.big
, I think thatsmallHeight
means that the text fits on one line whereasbigHeight
means that the text wrapped and takes up multiple lines.@rigdern Interesting, I had not thought of that. Super confusing. With that in mind i'll have another look. thanks