1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 19:47:14 +00:00

Fix issue where revision graph and Gantt chart progress line were not being rendered (#23980).

Patch by Minoru Maeda (user:maeda-m).


git-svn-id: https://svn.redmine.org/redmine/trunk@23063 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2024-09-19 06:39:35 +00:00
parent 3216de790e
commit 1905b26683

View File

@ -1663,7 +1663,7 @@ svg.icon-ok {
display: none;
}
svg {
svg:not(div#gantt_draw_area svg, div.revision-graph svg) {
width: 0;
height: 0;