I couldn't find on the internet. If there is a link similar to my question do let me know.
I want to achieve style like windows icon and filename in HTML using CSS. Check attached image. In below case filename is long without space in it but it is showing properly.
Filename: robot_circuits_computer_technology_desktop_1680x1050_hd-wallpaper-967920.jpg
I tried following css property with different values and different group of property.
- text-overflow:ellipsis;
- overflow: hidden
- width: xxpx;
- white-space:nowrap;
- word-wrap:break-word;