From 6a02f50037ec7cb4627b26e66364700e72ac1574 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Wed, 20 Nov 2024 05:50:22 +0000 Subject: [PATCH] Merged r23294 from trunk to 6.0-stable (#41786). git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23296 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 304f32284..cc265c933 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -1624,7 +1624,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