summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Balteanu <marius.balteanu@zitec.com>2025-07-16 05:40:23 +0000
committerMarius Balteanu <marius.balteanu@zitec.com>2025-07-16 05:40:23 +0000
commitd6ff93494354e90ecb3fb9ba3db76e21e63fdca4 (patch)
tree1bda6a0abdecf1c6d2ba473933acd902321f0ce1
parent92bad6b19176b09d05412acbd8478a805704f7d9 (diff)
downloadredmine-d6ff93494354e90ecb3fb9ba3db76e21e63fdca4.tar.gz
redmine-d6ff93494354e90ecb3fb9ba3db76e21e63fdca4.zip
Fixes content in selected columns overflows to the right in Gantt chart (#43014).
Patch by Mizuki ISHIKAWA (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@23893 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--app/assets/stylesheets/application.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css
index 378292f75..e994c12af 100644
--- a/app/assets/stylesheets/application.css
+++ b/app/assets/stylesheets/application.css
@@ -1793,7 +1793,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;
}