diff --git a/docs/components/navbar.md b/docs/components/navbar.md
index 8a9e4c5738..2b0b837bed 100644
--- a/docs/components/navbar.md
+++ b/docs/components/navbar.md
@@ -367,14 +367,16 @@ Although it's not required, you can wrap a navbar in a `.container` to center it
{% example html %}
-
{% endexample %}
+When the container is within your navbar, it's horizontal padding is removed at breakpoints lower than your specified `.navbar-toggleable-*` class. This ensures we're not doubling up on padding unnecessarily on lower viewports when your navbar is collapsed.
+
{% example html %}
-
+