Categories
Web Development

How to word wrap text in Bootstrap Button Link or Button Element?

It happen to me as well, I credit to all developer who have share it. You use this CSS to fix it


btn {
white-space:normal !important;
word-wrap: break-word;
}