Skip to content

Commit

Permalink
[css-flexbox] Fix markup. #1735
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasai committed Sep 27, 2017
1 parent f8420b0 commit 1f75510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css-flexbox/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2827,7 +2827,7 @@ Flex Container Intrinsic Main Sizes</h4>
Add each item’s outer <a>flex base size</a>
to the product of its <em>rescaled</em> <a>flex grow factor</a>
(or its <em>rescaled</em> <a>flex shrink factor</a>
multiplied by its <var>flex base ratio</a>,
multiplied by its <var>flex base ratio</var>,
if the chosen <var>max-content flex fraction</var> was negative)
and the chosen <var>max-content flex fraction</var>,
then clamp that resulting item size according to the item’s
Expand Down

0 comments on commit 1f75510

Please sign in to comment.