From 135e37245a10610a268e1d132b62fc77198c77a5 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Mon, 29 Apr 2019 12:06:05 +0000 Subject: [PATCH] Merged r18095 from trunk to 4.0-stable (#31268). git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@18096 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 1450997e0..0493aba37 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -1229,7 +1229,7 @@ div.wiki img {vertical-align:middle; max-width:100%;} .gantt_hdr.nwday {background-color:#f1f1f1; color:#999;} -.gantt_subjects { font-size: 0.8em; } +.gantt_subjects { font-size: 0.8em; position: relative; z-index: 1; } .gantt_subjects div { line-height:16px;height:16px;overflow:hidden;white-space:nowrap;text-overflow: ellipsis; } .gantt_subjects div.issue-subject:hover { background-color:#ffffdd; } -- 2.39.5