mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-26 22:22:56 +00:00
a02ef4f1d7
As of this change, flex items in a vertical flex container will sometimes be considered to have "indefinite" sizes, i.e. percent sizes in them will no longer resolve. To work around this, they need to provide a definite flex-basis (e.g. as part of the "flex" shorthand property) if we want percent sizes to resolve (instead of being treated as "auto") inside of them.