diff --git a/app/assets/stylesheets/my_styles.scss b/app/assets/stylesheets/my_styles.scss index aa84b26..2801526 100644 --- a/app/assets/stylesheets/my_styles.scss +++ b/app/assets/stylesheets/my_styles.scss @@ -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