]> source.dussan.org Git - redmine.git/commitdiff
Merged r15781 (#23708).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 31 Aug 2016 17:14:36 +0000 (17:14 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 31 Aug 2016 17:14:36 +0000 (17:14 +0000)
git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@15783 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/responsive.css

index 1c98d7f64479f02152ca656f92c88458ae0f1739..0cde3eea08654865014ce3e08b207ee03602f546 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) {