.ads-Truncate {
  @apply table
    table-fixed
    w-full;

  text-overflow: ellipsis;
}

.ads-Truncate-inner {
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
