Remove comment (#37282).

git-svn-id: https://svn.redmine.org/redmine/trunk@21873 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu
2022-09-30 15:22:14 +00:00
parent c699701668
commit 4e19aa64bd

View File

@@ -567,7 +567,7 @@ body.controller-issues h2.inline-flex {padding-right: 0}
overflow: hidden;
}
#issue_tree .issue > td.subject, #relations .issue > td.subject {
width: 50%; /* let subject have one full width column */
width: 50%;
word-break: break-word; /* break word if subject is too long */
padding-right: 25px; /* this is the spaces that .buttons uses next to subject */
}