Merge r23658 from trunk to 6.0-stable (#41828).

git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23664 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu
2025-04-17 06:53:17 +00:00
parent 86773b7dd2
commit a8783d20e1

View File

@@ -771,6 +771,10 @@
width: 100%; /* let subject have one full width column */
}
#issue_tree .issue:has(.buttons a) > td.subject, #relations .issue:has(.buttons a) > td.subject {
padding-right: 40px;
}
#issue_tree .issue > td:not(.subject), #relations .issue > td:not(.subject) {
width: 20%; /* three columns for all cells that are not subject */
}