1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-01 03:57:15 +00:00

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
This commit is contained in:
Go MAEDA 2024-11-19 05:52:12 +00:00
parent 39425d43d3
commit 1031aead42

View 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; }