Skip to content

Commit e377000

Browse files
committed
[css-flexbox] Fix #436
1 parent 16d913f commit e377000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-flexbox/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ Absolutely-Positioned Flex Children</h3>
682682

683683
<div class='example'>
684684
The effect of this is that if you set, for example,
685-
''align-content: center;'' on an absolutely-positioned child of a <a>flex container</a>,
685+
''align-self: center;'' on an absolutely-positioned child of a <a>flex container</a>,
686686
auto offsets on the child will center it in the <a>flex container's</a> <a>cross axis</a>.
687687

688688
However, since the absolutely-positioned box is considered to be “fixed-size”,

0 commit comments

Comments
 (0)