.truncate {
width: 250px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
Ref. http://css-tricks.com/snippets/css/truncate-string-with-ellipsis/
Conteúdo para você se capacitar em programação
.truncate {
width: 250px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
Ref. http://css-tricks.com/snippets/css/truncate-string-with-ellipsis/