.truncate-cell {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.truncate-cell.expanded {
  max-width: none;
  overflow: visible;
  white-space: normal;
}
