.show-hide-text {
    display: inline-block;
    margin-left: 10px;
    font-weight: 600;
    font-size: 12px;
}

.client-history table tr:not(.userTableDataHeader) td:nth-child(6) {
    text-indent: -9999px;
    min-width: 400px;
    max-width: 400px;
    white-space: normal !important;
}

.client-history table tr:not(.userTableDataHeader) td:nth-child(6).text-visible {
    text-indent: 0;
}