.Card-description {
    text-overflow: ellipsis !important;
    white-space: nowrap;
    overflow: hidden !important;
}
.ArticleList .List .ItemTextArea-abstract {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}