From 1031aead42b1ddacd884ba105bcdea5953158d32 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Tue, 19 Nov 2024 05:52:12 +0000 Subject: [PATCH] Fix long subjects not displayed in Gantt chart for parent objects with child elements when the column width is narrow (#41786). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23294 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/assets/stylesheets/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 4f971d80d..68297588e 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -1623,7 +1623,7 @@ table.gantt-table td { height: 16px; overflow: hidden; white-space: nowrap; - text-overflow: ellipsis; + text-overflow: clip; width: 100%; } .gantt_subjects div.issue-subject:hover { background-color:#ffffdd; } -- 2.39.5