2 lines
91 B
CSS
2 lines
91 B
CSS
.title {max-width: 100px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
|
.title {max-width: 100px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
|