A bit of (JS-modified) HTML might look like this:
<div style="width: 50px;">1,234,567</div>
How do I detect if the text node is wider than the container?
A bit of (JS-modified) HTML might look like this:
<div style="width: 50px;">1,234,567</div>
How do I detect if the text node is wider than the container?