I am learning Bootstrap. I would like to have a button with dropdown such as the following:
Adding white-space normal to the anchor tag within .dropdown-menu worked for me, adding it just to .dropdown-menu didn't work.
.navbar .nav li .dropdown-menu li a {white-space: normal;}