Skip to content

Commit

Permalink
Update layout2-layout-element-properties.md (#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
arielelkin authored and nguyenhuy committed Mar 20, 2018
1 parent 0b10113 commit 5385d8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_docs/layout2-layout-element-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ nextPage: layout2-api-sizing.html
<td>Additional space to place after this object in the stacking direction.</td>
</tr>
<tr>
<td><b>`BOOL .style.flexGrow`</b></td>
<td><b>`CGFloat .style.flexGrow`</b></td>
<td>If the sum of childrens' stack dimensions is less than the minimum size, should this object grow?</td>
</tr>
<tr>
<td><b>`BOOL .style.flexShrink`</b></td>
<td><b>`CGFloat .style.flexShrink`</b></td>
<td>If the sum of childrens' stack dimensions is greater than the maximum size, should this object shrink?</td>
</tr>
<tr>
Expand Down

0 comments on commit 5385d8b

Please sign in to comment.