Not sure if this is what you mean, but if you just don't want the text to wrap to the next-line, you can use white-space: nowrap in your css. You can also throw in text-overflow: ellipsis if you want an the dots if a text is cut off and doesn't wrap.
Thanks, it works on simple text, but this is the thing, I implemented Charts js on Construct,
And I want to zoom in when you are on mobile, this is what I can't do because is wrapped to the screen size, so when I change the layoutscale, the html element remains the same scale.