Here is how to avoid wrapping of text in elements like btn, div etc (block, or inline-block elements).
add this to the btn styling:
white-space: nowrap;
Here is how to avoid wrapping of text in elements like btn, div etc (block, or inline-block elements).
add this to the btn styling:
white-space: nowrap;
No Comments
You can leave the first : )