From: Mark Otto Date: Sat, 31 Mar 2018 21:59:03 +0000 (-0700) Subject: Close #25697 X-Git-Tag: v4.1.0~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f5f51d871005ff940a62ee935fb8bf20af0befd;p=thirdparty%2Fbootstrap.git Close #25697 Removes the .justify-content-between from a navbar form example given it's the default style. Instead, mention how to adjust this and link to flex utils. --- diff --git a/docs/4.0/components/navbar.md b/docs/4.0/components/navbar.md index 3e3d1f2773..7cb1d90251 100644 --- a/docs/4.0/components/navbar.md +++ b/docs/4.0/components/navbar.md @@ -214,10 +214,10 @@ Place various form controls and components within a navbar with `.form-inline`. {% endcapture %} {% include example.html content=example %} -Align the contents of your inline forms with utilities as needed. +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. {% capture example %} -