I'm having problem trying to fit a long text inside a box. I can't change the size of the box due to client's design specification so I have to get the text to fit the box instead. It can be achieved with html css js or jquery it doesn't matter as long as I get to the desired effect.
<div class="mybutton">
<div class="myproblem">
MyNameIs30CharactersLong
</div>
<div class="myproblem2">
MyNameIsShort
</div>
</div>
Here's a screenshot of what I'm trying to achieve:
Here's how it is with a long name:
Thank you for your help!