You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dropdowns and dropups should likely have the same value for top and bottom, respectively, but the navbar is purposely overridden to be attached to the navbar.
.dropdown-menu
(margin-top: 2px - *1) and.dropup .dropdown-menu
(margin-bottom: 1px - *2) not equal..navbar-nav > li > .dropdown-menu
(margin-top: 0px - *3) and.navbar-fixed-bottom .dropdown .dropdown-menu
(margin-bottom: 1px - *2) not equal.*1: https://github.com/twbs/bootstrap/blob/master/less/dropdowns.less#L38.
*2: https://github.com/twbs/bootstrap/blob/master/less/dropdowns.less#L193.
*3: https://github.com/twbs/bootstrap/blob/master/less/navbar.less#L329
The text was updated successfully, but these errors were encountered: