.description-cell {
    max-width: 200px; /* Set the fixed width according to your needs */
    white-space: nowrap; /* Prevent text from wrapping */
    overflow: hidden; /* Hide overflow text */
    text-overflow: ellipsis; /* Add ellipsis (...) */
}
/*# sourceMappingURL=custom.min.css.map */
