]> source.dussan.org Git - redmine.git/commitdiff
Let long words in subject of subtask break (#23708).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 31 Aug 2016 17:13:52 +0000 (17:13 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 31 Aug 2016 17:13:52 +0000 (17:13 +0000)
Patch by Felix Gliesche.

git-svn-id: http://svn.redmine.org/redmine/trunk@15781 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/responsive.css

index 3162a1c89702dee8b085eeb2f7932e494b43f168..d81820ccc8e4ce7319bb8d58d90a744821f20871 100644 (file)
 
   #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) {