From 1977a661e64572576f63acfd70f6b62b1beb382e Mon Sep 17 00:00:00 2001 From: cccabinet Date: Tue, 26 Nov 2019 16:11:07 +0900 Subject: [PATCH] =?UTF-8?q?justify-content:between=20=E2=87=92=20justify-c?= =?UTF-8?q?ontent:space-between=20(#29734)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/content/docs/4.3/components/navbar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/4.3/components/navbar.md b/site/content/docs/4.3/components/navbar.md index 2fa70a89b0e5..00c37c5949ff 100644 --- a/site/content/docs/4.3/components/navbar.md +++ b/site/content/docs/4.3/components/navbar.md @@ -227,7 +227,7 @@ Place various form controls and components within a navbar with `.form-inline`. {{< /example >}} -Immediate children elements in `.navbar` use flex layout and will default to `justify-content: between`. Use additional [flex utilities]({{< docsref "/utilities/flex" >}}) as needed to adjust this behavior. +Immediate children elements in `.navbar` use flex layout and will default to `justify-content: space-between`. Use additional [flex utilities]({{< docsref "/utilities/flex" >}}) as needed to adjust this behavior. {{< example >}}