.table-to-wrap td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border:1px solid red;
  max-width:10ch;
}
