.wrap-text {
  line-height: 1.5em;
  /* height: 3em; */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 80%;
}

div.chips {
  height: 1.5rem;
  background-color: #fff;
}
