ellipsis when text overflows css code example
Example: css overflow elipsis
width: 250px; //width has to be set to work
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 250px; //width has to be set to work
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;