From 2b21657cd43656a9058aa3eb2bd66b81d87ae10b Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 30 Oct 2018 11:38:13 +0200 Subject: [PATCH] Remove trailing space. --- site/docs/4.1/utilities/flex.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}