diff --git a/components.html b/components.html index 8377b81238..a335c06c9d 100644 --- a/components.html +++ b/components.html @@ -902,9 +902,13 @@ base_url: "../" {% endhighlight %}
Add .pull-right
to a .dropdown-menu
to right align the dropdown menu.
Add .dropdown-menu-right
to a .dropdown-menu
to right align the dropdown menu.
.pull-right
alignmentAs of v3.1, we've deprecated .pull-right
on dropdown menus. To right-align a menu, use .dropdown-menu-right
. Right-aligned nav components in the navbar use a mixin version of this class to automatically align the menu. To override it, use .dropdown-menu-left
.