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;
You need to use the following together:
white-space: nowrap; text-overflow: ellipsis;