.attachments td:nth-child(2) {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-right: 90px !important;
}

.toggle-text {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 5px;
    color: #169;
    cursor: pointer;
    font-size: 12px;
}

.attachments td.expanded {
    max-width: none;
    white-space: normal;
    text-overflow: clip;
}