/* Bound account names independently of their stored length. */
@media (min-width: 769px) {
    .jd-navbar .dropdown > .jd-pill[data-current-user-id] {
        max-width: 196px !important;
        min-width: 0 !important;
        flex-shrink: 1;
    }
    .jd-navbar .jd-pill[data-current-user-id] .jd-pill-text {
        display: -webkit-box !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden !important;
        text-overflow: ellipsis;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
        word-break: break-word !important;
        min-width: 0 !important;
        max-width: 140px !important;
        height: auto !important;
        max-height: 2.5em;
        line-height: 1.25 !important;
        padding: 0 8px !important;
        text-align: left;
    }
}
.jd-msg-sender-name,
.jd-thread-title,
.jd-chat-title {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    overflow: hidden !important;
    min-width: 0 !important;
    max-width: 100%;
    line-height: 1.3 !important;
    max-height: 2.6em;
}
.jd-thread-title-row { min-width: 0; }
.jd-thread-title { flex: 1 1 auto; }
.jd-msg-bubble { min-width: 0; overflow-wrap: anywhere; }
