Skip to content

Instantly share code, notes, and snippets.

@stefango
Created May 31, 2021 05:09
Show Gist options
  • Save stefango/8454731d6e17d17a18eb484c7fcb5177 to your computer and use it in GitHub Desktop.
Save stefango/8454731d6e17d17a18eb484c7fcb5177 to your computer and use it in GitHub Desktop.
.item-title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.item-desc {
word-break: break-all;
white-space: normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment