/* .datatable-orange{ color:#fff; background-color:#e06000; } .datatable-orange:hover{ color:#000; background-color:#e06000; } */ .wrapped-header-datatable table>thead .slds-cell-fixed.slds-has-button-menu, .wrapped-header-datatable table>thead .slds-cell-fixed.slds-has-button-menu:hover { background: antiquewhite; } .wrapped-header-datatable table>thead .slds-cell-fixed, .wrapped-header-datatable table>thead .slds-cell-fixed:hover { background: rgb(243, 243, 243); } .slds-table th, .slds-table td { font-size: 16px; } .wrapped-header-wrap-datatable .slds-table .slds-th__action .slds-truncate { max-width: 100%; overflow: hidden; text-overflow: unset; white-space: pre-line; /* uncomment this if you want break the words further */ /* word-wrap: break-word;*/ } .wrapped-header-wrap-datatable .slds-table .slds-th__action { height: 2.8rem; border-bottom: 1px solid rgb(206 206 206); } .wrapped-header-wrap-datatable .slds-table .slds-line-height_reset { height: 1rem; }