Backport r23658 from trunk to 5.1-stable (#41828).

git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@23665 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu
2025-04-17 08:23:42 +00:00
parent 0a9f5f6974
commit b3d79deab9

View File

@@ -778,6 +778,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 */
}