I want to limit a element to display only 1 line of text, with the remainder hidden (overflow:hidden), without setting a specific height. Is this possible with just CSS?
If you are looking to disable text wrapping, use white-space: nowrap;.
white-space: nowrap;