.viewhistory-list {
    display: inline-flex;
    gap: 5px;
    flex-wrap: wrap;

}
.viewhistory-list__user {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    line-height: 20px;
}
.viewhistory-list__avatar {
    width: 20px;
    height: 20px;
    font-size: 20px;
    overflow: hidden;
    display: inline-block;
}
.viewhistory-list__avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.viewhistory-list__more {
    display: inline-block;
    height: 20px;
    line-height: 20px;

}
[viewhistory-list-more] {
    border-bottom: 1px dashed;
    cursor: pointer;
}