.shorten-detail {
  display: none;
}
.shorten_expand {
  .shorten-ellipses {
    display: none;
  }
  .shorten-detail {
    display: inline;
  }
}
