]> source.dussan.org Git - redmine.git/commitdiff
Fix long subjects not displayed in Gantt chart for parent objects with child elements...
authorGo MAEDA <maeda@farend.jp>
Tue, 19 Nov 2024 05:52:12 +0000 (05:52 +0000)
committerGo MAEDA <maeda@farend.jp>
Tue, 19 Nov 2024 05:52:12 +0000 (05:52 +0000)
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

index 4f971d80de259c1ea9cc068a3b5d6cbba7add02a..68297588ed66767b1626b2a853be3a8f8fbf99dd 100644 (file)
@@ -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; }