I\'m currently trying to make a text box with hiding overflowing text. It works fine, but for some part. I\'m using
text-overflow: ellipsis;
Make sure you have
white-space: nowrap; overflow: hidden;
with your