
.no-wrap {
    white-space: nowrap;
    overflow: inherit;
    text-overflow: ellipsis;
    width: auto;
    border: inherit;
    padding: 5px;
}
