1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-17 19:06:40 +02:00

justify-content:between ⇒ justify-content:space-between (#29734)

This commit is contained in:
cccabinet
2019-11-26 16:11:07 +09:00
committed by XhmikosR
parent 82d8dae7e7
commit 1977a661e6

View File

@@ -227,7 +227,7 @@ Place various form controls and components within a navbar with `.form-inline`.
</nav> </nav>
{{< /example >}} {{< /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 >}} {{< example >}}
<nav class="navbar navbar-light bg-light"> <nav class="navbar navbar-light bg-light">