I have been using and trying to test the following css coding;
white-space: nowrap;
overflow-x: hidden;
text-overflow: ellipsis;
...for this issue where text overflows but when using the above code it only works for the first line so I need help in trying to get the same outcome as the above coding but for a paragraph using CSS.
So instead of for example (which the current code does):
HP elitebook...
to
HP elitebook 17.3",
5 GB - 500GB -
Windows 8 ...
Please help, really appreciate your help!