Code: Select all
.container {
width: 100px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
Code: Select all
This is some text
Codepen: https://codepen.io/hari-rahul/pen /PwYRweV
Code: Select all
.container {
width: 100px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
Code: Select all
This is some text