.accessible-truncate {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 2px solid #6f42c1;
    padding: 12px;
    background-color: white;
    margin: 10px 0;
    cursor: help;
}