I am currently developing a web application that is compatible with both small and large screens. I am facing an issue where when the browser window is resized to be smaller, a title such as "Stackoverflow helps a lot" ends up breaking into the next line. Is there a solution to prevent this from happening and instead display "..." when space is limited?
For instance, is it possible to have "Stackoverfloy hel..." displayed on smartphone browsers?
Thank you