From: Jean-Philippe Lang Date: Wed, 31 Aug 2016 17:13:52 +0000 (+0000) Subject: Let long words in subject of subtask break (#23708). X-Git-Tag: 3.4.0~717 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=49d057a7e3eca6f8281e669882f62dee91ec3097;p=redmine.git 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 3162a1c89..d81820ccc 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) {