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;
}
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;
}
Arun Kumar
Thank you very much,it really works
Khasan Sidikov
Thank You, worked like a charm