::ng-deep .popover { max-width: 350px; pre { white-space: pre-wrap; word-break: break-word; } } pre { white-space: pre-wrap; word-break: break-word; } .result { cursor: pointer; } .tasks-table { width: 100%; } @media (min-width: 992px) { .tasks-table { table-layout: fixed; } .tasks-table .select-col { width: 3rem; } .tasks-table .created-col { width: 13rem; white-space: nowrap; } .tasks-table .results-col { width: 24%; } .tasks-table .actions-col { width: 18rem; white-space: nowrap; } .tasks-table .name-col, .tasks-table .results-col { overflow: hidden; } } .btn .spinner-border-sm { width: 0.8rem; height: 0.8rem; } @media (max-width: 575.98px) { .name-col { max-width: 150px; } } .input-group .dropdown .btn { border-top-right-radius: 0; border-bottom-right-radius: 0; } .z-10 { z-index: 10; } tbody tr:nth-last-child(2) td { border-bottom: none !important; }