Forum Discussion
AustinK
6 years agoQrew Commander
So by default before you added "text-overflow:visible" it still had the ellipsis? Did this even change anything for you?
Have you tried "overflow: scroll" or auto?
The text-overflow property needs other things to be set up a certain way for it to work. Overflow needs to be hidden, scroll, or auto and white-space needs to be set to nowrap. Are you doing these things as well? If not, your text-overflow property is likely being totally ignored.
Have you tried "overflow: scroll" or auto?
The text-overflow property needs other things to be set up a certain way for it to work. Overflow needs to be hidden, scroll, or auto and white-space needs to be set to nowrap. Are you doing these things as well? If not, your text-overflow property is likely being totally ignored.