@import "~bootstrap/dist/css/bootstrap.min.css";

.table th {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 150px; /* Adjust as needed */
    /* background-color: aquamarine; */
}

