Strip overly long package names

This commit is contained in:
Christoph Haas 2020-10-24 17:44:35 +02:00
parent 04c818f539
commit 39f25e13df

View file

@ -251,6 +251,9 @@ div.thumb-height
font-weight: 700;
padding-bottom: 5px;
line-height: 120%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.grid-thumbnail