Skip to content

Commit d61bba5

Browse files
committed
Backport #29734
justify-content:between ⇒ justify-content:space-between
1 parent 7aa1722 commit d61bba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/docs/4.3/components/navbar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ Place various form controls and components within a navbar with `.form-inline`.
216216
{% endcapture %}
217217
{% include example.html content=example %}
218218

219-
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.
219+
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.
220220

221221
{% capture example %}
222222
<nav class="navbar navbar-light bg-light">

0 commit comments

Comments
 (0)