##// END OF EJS Templates
Let long words in subject of subtask break (#23708)....
Jean-Philippe Lang -
r15399:49d057a7e3ec
parent child
Show More
@@ -739,6 +739,7
739
739
740 #issue_tree .issue > td.subject, #relations .issue > td.subject {
740 #issue_tree .issue > td.subject, #relations .issue > td.subject {
741 width: 100% !important; /* let subject have one full width column */
741 width: 100% !important; /* let subject have one full width column */
742 word-break: break-word; /* break word if subject is too long */
742 }
743 }
743
744
744 #issue_tree .issue > td:not(.checkbox), #relations .issue > td:not(.checkbox) {
745 #issue_tree .issue > td:not(.checkbox), #relations .issue > td:not(.checkbox) {
General Comments 0
You need to be logged in to leave comments. Login now