From d61bba584f89c7df0d780a9ff214a58f7b58cb94 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 26 Nov 2019 09:13:14 +0200 Subject: Backport #29734 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit justify-content:between ⇒ justify-content:space-between --- site/docs/4.3/components/navbar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}