From aed2d197a0e897e8a83013384b95353e110bd2f8 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Fri, 17 May 2019 01:32:42 +0000 Subject: [PATCH] Fix a misspelled CSS property name (#27672). git-svn-id: http://svn.redmine.org/redmine/trunk@18173 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index f4f4a8f78..e9be4cc58 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -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;