Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

fix(list): secondary container should not shrink in safari #9238

Closed

Conversation

devversion
Copy link
Member

Per W3C: https://www.w3.org/TR/css-flexbox/#flex-common

By default, flex items won’t shrink below their minimum content size.

Safari doesn't follow that specification due to a bug and expects the developer to explicitly disable flex shrinking.

https://bugs.webkit.org/show_bug.cgi?id=146020

Fixes #9235.

Per W3C: https://www.w3.org/TR/css-flexbox/#flex-common
> By default, flex items won’t shrink below their minimum content size.

Safari doesn't follow that specification due to a bug and expects the developer to explicitly disable flex shrinking.
> https://bugs.webkit.org/show_bug.cgi?id=146020

Fixes angular#9235.
@devversion devversion added the needs: review This PR is waiting on review from the team label Aug 4, 2016
@devversion devversion deleted the fix/list-safari-flexbug branch August 11, 2016 16:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
needs: review This PR is waiting on review from the team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants