.blob-message{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.k-grid-nowrap tbody tr {
    height: 50px;
}

.k-grid-nowrap td {
    white-space: nowrap !important;
}

.height-trace-grid {
    height: calc(100vh - 425px - var(--screen-bottom-margin) - var(--menu-height) - var(--header-height) - var(--footer-height) - var(--breadcrumb-height) - var(--tab-container) - (5 * var(--theme-scale-offset)));
}