Revert D5874862: [yoga][PR] Fix shrinking in non strech alignments

Summary:
This reverts commit 1426aa6b60f6ba42c2be702e6f24cea935ab7acb

bypass-lint

Differential Revision: D5874862

fbshipit-source-id: 24517d26b18c11fb9f75c6d3b5faae360711ea9e
This commit is contained in:
Emil Sjolander
2017-09-21 03:36:02 -07:00
committed by Facebook Github Bot
parent a77aa9a41e
commit 3a0a86788e
6 changed files with 1 additions and 288 deletions

View File

@@ -184,10 +184,3 @@
</div>
</div>
<div id="align_flex_start_with_shrinkin_children" style="height: 500px; width: 500px">
<div style="align-items: flex-start;">
<div style="flex-grow: 1; flex-shrink: 1;">
<div style="flex-grow: 1; flex-shrink: 1;"></div>
</div>
</div>
</div>