From: XhmikosR Date: Tue, 26 Nov 2019 07:13:14 +0000 (+0200) Subject: Backport #29734 X-Git-Tag: v4.4.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d61bba584f89c7df0d780a9ff214a58f7b58cb94;p=thirdparty%2Fbootstrap.git Backport #29734 justify-content:between ⇒ justify-content:space-between --- diff --git a/site/docs/4.3/components/navbar.md b/site/docs/4.3/components/navbar.md index 3405f8f67a..fffaa693ce 100644 --- a/site/docs/4.3/components/navbar.md +++ b/site/docs/4.3/components/navbar.md @@ -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 %}