Limit the height of the long description in list view
This commit is contained in:
parent
c6296b882d
commit
8d66a2ede2
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue