This repository was archived by the owner on Jan 6, 2025. It is now read-only.
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
bug(fxFlex): flex basis should only be set to width value when wrapping #666
Closed
Description
Currently the flex-basis is set to the value of the width when present as a fix for wrapping in older versions of Safari. However, this throws off ordinary flex values when not wrapping (and is not needed when not wrapping).
Need a partial revert of the recent PR to fix this, with a patch that detects wrapping