My button text is getting truncated for some unknown reason. Here is the HTML code:
<input class="btn btn-default" value="Lorem ipsum dolor sit amet, consectetur adipiscing elit."/>
And this is how it appears: https://i.sstatic.net/Sr6Z0.png
I have tried setting the width in percentages or pixels, and that works fine. However, I want the button to adjust its size based on the length of the text without hardcoding the width. Is this possible?
I have not overridden any Bootstrap CSS properties, as you can see, I am not using any custom classes or IDs.