diff options
author | Go MAEDA <maeda@farend.jp> | 2024-09-19 06:39:35 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2024-09-19 06:39:35 +0000 |
commit | 1905b26683d86adf1f5c75b4ba8b517763ef7e6c (patch) | |
tree | 646b19219def10246b23aaf449e4fb1e807c01eb /app | |
parent | 3216de790ed37bf5c95fccc7eb72d2399f5d5164 (diff) | |
download | redmine-1905b26683d86adf1f5c75b4ba8b517763ef7e6c.tar.gz redmine-1905b26683d86adf1f5c75b4ba8b517763ef7e6c.zip |
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
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/application.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 5a132fb78..cf6cb48cd 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -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; |