From c4ceab2170e9a8a1f68eee5fd0c9d4cb9b0a3a24 Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Wed, 16 Jul 2025 05:47:42 +0000 Subject: [PATCH] Merge r23893 from trunk to 6.0-stable (#43014). git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23894 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/assets/stylesheets/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index d9738a095..637d43369 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -1699,7 +1699,7 @@ table.gantt-table td { width: 100%; } .gantt_subjects div.issue-subject:hover { background-color:#ffffdd; } -.gantt_selected_column_content { padding-left: 3px; padding-right: 3px;} +.gantt_selected_column_content > div { padding-left: 3px; box-sizing: border-box; } .gantt_subjects .issue-subject img.icon-gravatar { margin: 2px 5px 0px 2px; }