Cut off long contribution titles with an ellipsis

Prevents line breaks of titles
This commit is contained in:
2019-07-10 14:48:18 +02:00
parent aa98b35796
commit ffe555e2ee
@@ -57,6 +57,9 @@ ul.contribution-list {
margin: 0;
font-size: inherit;
line-height: 2rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
&.kredits-amount, &.voting {
text-align: right;