ellipsis instead of wrap css code example
Example: css paragraph ellipsis
max-width: 100px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;