td
{
word-break: normal;
}

@media (max-width: 767px) {
    .table-fluid td {
        word-break: normal !important;
    }
}