From: cccabinet Date: Tue, 26 Nov 2019 07:11:07 +0000 (+0900) Subject: justify-content:between ⇒ justify-content:space-between (#29734) X-Git-Tag: v5.0.0-alpha1~624 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1977a661e64572576f63acfd70f6b62b1beb382e;p=thirdparty%2Fbootstrap.git justify-content:between ⇒ justify-content:space-between (#29734) --- diff --git a/site/content/docs/4.3/components/navbar.md b/site/content/docs/4.3/components/navbar.md index 2fa70a89b0..00c37c5949 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 >}}