diff --git a/site/docs/4.1/utilities/flex.md b/site/docs/4.1/utilities/flex.md index 41e03c53f3..acaa2a51b8 100644 --- a/site/docs/4.1/utilities/flex.md +++ b/site/docs/4.1/utilities/flex.md @@ -219,7 +219,7 @@ Responsive variations also exist for `align-self`. ## Fill -Use the `.flex-fill` class on a series of sibling elements to force them into widths equal to their content (or equal widths if their content does not surpass their border-boxes) while taking up all available horizontal space. +Use the `.flex-fill` class on a series of sibling elements to force them into widths equal to their content (or equal widths if their content does not surpass their border-boxes) while taking up all available horizontal space. {% capture example %}