Skip to content

Commit

Permalink
justify-content:between ⇒ justify-content:space-between (#29734)
Browse files Browse the repository at this point in the history
  • Loading branch information
cccabinet authored and XhmikosR committed Nov 26, 2019
1 parent 82d8dae commit 1977a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/4.3/components/navbar.md
Expand Up @@ -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">
Expand Down

0 comments on commit 1977a66

Please sign in to comment.