table {
    table-layout: fixed;

    th, td {
        overflow: hidden;
        word-break: break-word;
        overflow-wrap: break-word;
        white-space: normal !important;
    }

    td {
        white-space: normal !important;
    }

    .action-checkbox-column {
        width: 30px !important;
    }
}


