.td-actions{
    white-space: nowrap;
}
.table th {
    white-space: nowrap;
}

table th a.desc:after,
table th a.asc:after{
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 10px;
}
table th a.desc:after {
    content: "\f078";
}

table th a.asc:after {
    content: "\f077";
}