From: Go MAEDA Date: Fri, 17 May 2019 01:32:42 +0000 (+0000) Subject: Fix a misspelled CSS property name (#27672). X-Git-Tag: 4.1.0~880 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=aed2d197a0e897e8a83013384b95353e110bd2f8;p=redmine.git Fix a misspelled CSS property name (#27672). git-svn-id: http://svn.redmine.org/redmine/trunk@18173 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- 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;