diff options
Diffstat (limited to 'app/assets/stylesheets/application.css')
-rw-r--r-- | app/assets/stylesheets/application.css | 2 |
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; } |