From df855cd39ba084ab51dd7e9340e0b72bfaf4edf7 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sun, 21 Feb 2021 21:29:42 +0100 Subject: [PATCH] Prevent overflowing the flex grid --- app/assets/stylesheets/my_styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }