use ellpises for last chars

This commit is contained in:
Mutasem 2022-04-07 15:08:11 +02:00
parent e08711dd23
commit f89af6787e

View file

@ -71,13 +71,15 @@ export default Vue.extend({
font-size: var(--font-size-m);
line-height: var(--font-line-height-compact);
overflow-wrap: anywhere;
overflow: hidden;
padding-right: var(--spacing-s);
}
.title {
max-height: 100px;
text-overflow: ellipsis;
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
> *:first-child {
padding-right: var(--spacing-3xs);