strech -> stretch
Summary: This replicates https://github.com/facebook/yoga/pull/760, to fix a typo around align-items. It does not have an effect on the tests themselves, since align-items defaults to stretch, and the test generator omits CSS properties of a default value. Reviewed By: yungsters Differential Revision: D40060324 fbshipit-source-id: da0565f2ad17e3e4e0f541a1c7006cdeeb991ece
This commit is contained in:
committed by
Facebook GitHub Bot
parent
7a6f667bf1
commit
585df10ee8
@@ -176,7 +176,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="align_strech_should_size_based_on_parent" style="width: 100px; height: 100px; align-items: strech; margin-top: 20px;">
|
||||
<div id="align_stretch_should_size_based_on_parent" style="width: 100px; height: 100px; align-items: stretch; margin-top: 20px;">
|
||||
<div style="flex-grow: 0; flex-shrink: 1; justify-content: center;">
|
||||
<div style="flex-grow: 1; flex-shrink: 1;">
|
||||
<div style="width: 20px; height: 20px;"></div>
|
||||
@@ -193,7 +193,7 @@
|
||||
</div>
|
||||
|
||||
<div id="align_flex_start_with_stretching_children" style="height: 500px; width: 500px">
|
||||
<div style="align-items: strech;">
|
||||
<div style="align-items: stretch;">
|
||||
<div style="flex-grow: 1; flex-shrink: 1;">
|
||||
<div style="flex-grow: 1; flex-shrink: 1;"></div>
|
||||
</div>
|
||||
@@ -206,4 +206,4 @@
|
||||
<div style="flex-grow: 1; flex-shrink: 1;"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user