.collection-header-full__description .rte.description-truncated {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
#toggle-truncate{
    font-weight: 600;
    cursor: pointer;
    border-bottom:1px dashed;
}