diff --git a/app/assets/stylesheets/my_styles.scss b/app/assets/stylesheets/my_styles.scss index a4ae807..9e0cf6b 100644 --- a/app/assets/stylesheets/my_styles.scss +++ b/app/assets/stylesheets/my_styles.scss @@ -251,7 +251,7 @@ div.thumb-height font-weight: 700; padding-bottom: 5px; line-height: 120%; - white-space: nowrap; + /*white-space: nowrap; -> can overflow the flex grid – min-width:0 should fix it but I failed to use it properly */ overflow: hidden; text-overflow: ellipsis; }