Twitter Bootstrap Button Text Word Wrap Posted August 19, 2014 by Renat & filed under Twitter Bootstrap. In order to get Twitter Bootstrap buttons text to wrap onto multiple lines do the following: Add white-space: normal; to the style definition of the Bootstrap Button. .btn { white-space: normal; }