Skip to content

Commit

Permalink
fix typo in flex.md (#24431)
Browse files Browse the repository at this point in the history
  • Loading branch information
gijsbotje authored and mdo committed Oct 19, 2017
1 parent 80e8e67 commit 07034cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/4.0/utilities/flex.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ Responsive variations also exist for `align-self`.

## Auto margins

Flexbox can do some pretty awesome things when you mix flex alignments with auto margins. Shown below is are three examples of controlling flex items via auto margins: default (no auto margin), pushing two items to the right (`.mr-auto`), and pushing two items to the left (`.ml-auto`).
Flexbox can do some pretty awesome things when you mix flex alignments with auto margins. Shown below are three examples of controlling flex items via auto margins: default (no auto margin), pushing two items to the right (`.mr-auto`), and pushing two items to the left (`.ml-auto`).

**Unfortunately, IE10 and IE11 do not properly support auto margins on flex items whose parent has a non-default `justify-content` value.** [See this StackOverflow answer](https://stackoverflow.com/a/37535548) for more details.

Expand Down

0 comments on commit 07034cb

Please sign in to comment.