mirror of
https://github.com/meineerde/redmine.git
synced 2026-04-03 06:21:39 +00: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:
parent
a6ca51786d
commit
aed2d197a0
@ -1324,7 +1324,7 @@ table.gantt-table td {
|
|||||||
top: 50%;
|
top: 50%;
|
||||||
width:100%;
|
width:100%;
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
-webkit- transform: translateY(-50%);
|
-webkit-transform: translateY(-50%);
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user