/* Custom styles goes here */
.ellipsis-with-tooltip {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
