Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-11-26 10:13:14 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-11-26 10:51:27 +0300
commitd61bba584f89c7df0d780a9ff214a58f7b58cb94 (patch)
tree6e1b975eeb6c3917a7b54dd4c6276468517cb679
parent7aa1722a97b173c8d92ef74bb1a24a1544f81937 (diff)
Backport #29734
justify-content:between ⇒ justify-content:space-between
-rw-r--r--site/docs/4.3/components/navbar.md2
1 files changed, 1 insertions, 1 deletions
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 %}
<nav class="navbar navbar-light bg-light">