summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2024-11-19 05:52:12 +0000
committerGo MAEDA <maeda@farend.jp>2024-11-19 05:52:12 +0000
commit1031aead42b1ddacd884ba105bcdea5953158d32 (patch)
tree39f649ba64521902fb852a196b7678696c6eccec /app
parent39425d43d3e39ffbfe5c93c9b4d4fbe4aed949fa (diff)
downloadredmine-1031aead42b1ddacd884ba105bcdea5953158d32.tar.gz
redmine-1031aead42b1ddacd884ba105bcdea5953158d32.zip
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
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/application.css2
1 files changed, 1 insertions, 1 deletions
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; }