.table-shell {
  min-width: 0;
  overflow: auto;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.data-table th,
.data-table td {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

