Skip to content

Commit

Permalink
Backport #29734
Browse files Browse the repository at this point in the history
justify-content:between ⇒ justify-content:space-between
  • Loading branch information
XhmikosR committed Nov 26, 2019
1 parent 7aa1722 commit d61bba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/4.3/components/navbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ Place various form controls and components within a navbar with `.form-inline`.
{% endcapture %}
{% include example.html content=example %}

Immediate children elements in `.navbar` use flex layout and will default to `justify-content: between`. Use additional [flex utilities]({{ site.baseurl }}/docs/{{ site.docs_version }}/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]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/flex/) as needed to adjust this behavior.

{% capture example %}
<nav class="navbar navbar-light bg-light">
Expand Down

0 comments on commit d61bba5

Please sign in to comment.