aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Galante <[email protected]>2017-12-30 12:19:27 -0300
committerXhmikosR <[email protected]>2017-12-30 17:19:27 +0200
commitd62a6d32ca4fc06ead832003e424d128ab512982 (patch)
treec138f2ab0114df9c5063377c42ded90031395eff
parent16ee64baf4dfeaa865388880ae262b6382c1f22e (diff)
downloadbootstrap-d62a6d32ca4fc06ead832003e424d128ab512982.tar.xz
bootstrap-d62a6d32ca4fc06ead832003e424d128ab512982.zip
Remove unnecessary `align-middle` class from Navbar docs (#25116)
-rw-r--r--docs/4.0/components/navbar.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/components/navbar.md b/docs/4.0/components/navbar.md
index 41fa818f3..2e69a6129 100644
--- a/docs/4.0/components/navbar.md
+++ b/docs/4.0/components/navbar.md
@@ -239,7 +239,7 @@ Various buttons are supported as part of these navbar forms, too. This is also a
<nav class="navbar navbar-light bg-light">
<form class="form-inline">
<button class="btn btn-outline-success" type="button">Main button</button>
- <button class="btn btn-sm align-middle btn-outline-secondary" type="button">Smaller button</button>
+ <button class="btn btn-sm btn-outline-secondary" type="button">Smaller button</button>
</form>
</nav>
{% endexample %}