.x-title > h6 {
  margin-bottom: 0.25rem;
  overflow: hidden;
  line-height: $line-height-base;
  max-height: calc(1.5em * 1);
  text-overflow: ellipsis;
  color: theme-color("default");
}
