The following CSS declaration works for me:
.td-limit {
max-width: 70px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
KANSIRIS - DO IT
.td-limit {
max-width: 70px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
0 comments:
Post a Comment
Note: only a member of this blog may post a comment.