.editSendText {
    text-align: left;
    padding-top: 5px;
}

.editSendText div {
    text-align: left;
    height: 36px;
    font-size: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.editSendText span {
    font-size: 13px;
    color: #000000;
    display: inline-block;
    width: calc(100% - 136px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.editSendText span.unread {
    color: red;
}

.editSendText button {
    font-size: 13px;
    width: 120px;
    height: 26px;
    line-height: 18px;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 4px;
}

.editSendText button.editExistsSendText {
    color: red;
}

.editSendText a {
    font-size: 13px;
    color: blue;
    margin-right: 10px;
}

.editSendText a:hover {
    color: red;
}