From 49d057a7e3eca6f8281e669882f62dee91ec3097 2016-08-31 17:13:52 From: Jean-Philippe Lang Date: 2016-08-31 17:13:52 Subject: [PATCH] Let long words in subject of subtask break (#23708). Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@15781 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index 3162a1c..d81820c 100644 --- a/public/stylesheets/responsive.css +++ b/public/stylesheets/responsive.css @@ -739,6 +739,7 @@ #issue_tree .issue > td.subject, #relations .issue > td.subject { width: 100% !important; /* let subject have one full width column */ + word-break: break-word; /* break word if subject is too long */ } #issue_tree .issue > td:not(.checkbox), #relations .issue > td:not(.checkbox) {