forked from facebook/react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update align-content handling of overflow (facebook#43752)
Summary: Pull Request resolved: facebook#43752 Gentest tests started failing because Chrome changed behavior of overflowed align-content container. Spec says should fallback to "safe center", which is really just "start", instead of previous "center" behavior. This changes behavior accordingly. There is one bit where I think we are doing the wrong thing wrt alignment of flex start vs start (which we don't support yet), but couldn't repro a failing chrome test. Changelog: [Internal] Reviewed By: joevilches Differential Revision: D55617689 fbshipit-source-id: 08f23d198c75f2c2f51ccaa8795289e6e4a92cb8
- Loading branch information
1 parent
584e8b9
commit 2ba07df
Showing
1 changed file
with
31 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters