]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
justify-content:between ⇒ justify-content:space-between (#29734)
authorcccabinet <chay84@hotmail.com>
Tue, 26 Nov 2019 07:11:07 +0000 (16:11 +0900)
committerXhmikosR <xhmikosr@gmail.com>
Tue, 26 Nov 2019 07:11:07 +0000 (09:11 +0200)
site/content/docs/4.3/components/navbar.md

index 2fa70a89b0e510b4f729a6b704ae6b43c7043d0e..00c37c5949ff05c00e41934cb79278b1530bc35f 100644 (file)
@@ -227,7 +227,7 @@ Place various form controls and components within a navbar with `.form-inline`.
 </nav>
 {{< /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 >}}
 <nav class="navbar navbar-light bg-light">