mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user