Avoid scrollbar in Gantt chart for row title on Windows platform

This commit is contained in:
Frederic Guillot
2015-09-05 18:59:17 -04:00
parent 8dacc0f5d5
commit 94b38dd94b
5 changed files with 5 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@@ -62,7 +62,7 @@ div.ganttview-vtheader-series-name {
border-top: 1px solid #d0d0d0;
font-size: 0.9em;
text-overflow: ellipsis;
overflow: auto;
overflow: hidden;
white-space: nowrap;
}