Limit the height of the long description in list view

This commit is contained in:
Christoph Haas 2021-02-21 15:57:32 +01:00
parent c6296b882d
commit 8d66a2ede2

View file

@ -287,6 +287,13 @@ a.black
color: #808080;
}
/* Limit the height of the long description in list view not very elegant though */
.listview.longdescription
{
max-height: 6em;
overflow: hidden;
}
.packagepage
{
h1