generated from Leo_Ding/web-template
6 lines
110 B
CSS
6 lines
110 B
CSS
.text-ellipsis{
|
|
width: 100%;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
} |