.messageHistory__list {
    max-height: 50dvh;
    overflow: auto;
}

.messageHistory__string span {
    text-align: center;
}

.messageHistory__string--mr_done {
    background-color: rgb(213, 228, 191)
}

.messageHistory__string--mr_error {
    background-color: tomato;
}

.messageHistory__string {
    margin-bottom: 5px;
    border-radius: 2px;
}