Fix a misspelled CSS property name (#27672).

git-svn-id: http://svn.redmine.org/redmine/trunk@18173 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2019-05-17 01:32:42 +00:00
parent a6ca51786d
commit aed2d197a0

View File

@@ -1324,7 +1324,7 @@ table.gantt-table td {
top: 50%;
width:100%;
transform: translateY(-50%);
-webkit- transform: translateY(-50%);
-webkit-transform: translateY(-50%);
font-size: 0.8em;
overflow: hidden;
text-overflow: ellipsis;