Categories
Websites

Bootstrap Button Text Word Wrap

Using bootstrap to display button pulldowns, http://getbootstrap.com/components/#btn-dropdowns, I had trouble getting the text to wrap and make the button taller as needed. The fix was adding this to the CSS for the button!

white-space: normal;