From 39f25e13df2c5198fb85bec6e2b032116a0bf662 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sat, 24 Oct 2020 17:44:35 +0200 Subject: [PATCH] Strip overly long package names --- app/assets/stylesheets/my_styles.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/my_styles.scss b/app/assets/stylesheets/my_styles.scss index 6437fd0..f199ce0 100644 --- a/app/assets/stylesheets/my_styles.scss +++ b/app/assets/stylesheets/my_styles.scss @@ -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