1.cut-text {
2 text-overflow: ellipsis;
3 overflow: hidden;
4 white-space: nowrap;
5}
1.overflow-information{
2 overflow: hidden;
3 display: inline-block;
4 text-overflow: ellipsis;
5 white-space: nowrap;
6 width:150px; //change based on when you want the dots to appear
7}