]> source.dussan.org Git - redmine.git/commitdiff
Merge r21872 and r21873 from trunk to 4.2-stable (#37282)
authorMarius Balteanu <marius.balteanu@zitec.com>
Fri, 30 Sep 2022 15:23:17 +0000 (15:23 +0000)
committerMarius Balteanu <marius.balteanu@zitec.com>
Fri, 30 Sep 2022 15:23:17 +0000 (15:23 +0000)
git-svn-id: https://svn.redmine.org/redmine/branches/4.2-stable@21875 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css
public/stylesheets/responsive.css

index 22b7c07ac93d5b0729b2c9939f770ff126faf6c9..fc68fd446b14f3626afc0118406d9273a55afe8f 100644 (file)
@@ -554,10 +554,13 @@ body.controller-issues h2.inline-flex {padding-right: 0}
   overflow: hidden;
 }
 #issue_tree .issue > td.subject, #relations .issue > td.subject {
-  width: 100%; /* let subject have one full width column */
+  width: 50%;
   word-break: break-word; /* break word if subject is too long */
   padding-right: 25px; /* this is the spaces that .buttons uses next to subject */
 }
+#issue_tree .issue > td.assigned_to, #relations .issue > td.assigned_to {
+  white-space: nowrap;
+}
 #trackers_description {display:none;}
 #trackers_description dt {font-weight: bold; text-decoration: underline;}
 #trackers_description dd {margin: 0; padding: 0 0 1em 0;}
index 4ac95ea8cb97afa0e44a7d4cd9830184fb1be373..918886d83e8084366d0c23e6a3687b160712b285 100644 (file)
     padding-right: 5px;
   }
 
+  #issue_tree .issue > td.subject, #relations .issue > td.subject {
+    width: 100%; /* let subject have one full width column */
+  }
+
   #issue_tree .issue > td:not(.subject), #relations .issue > td:not(.subject) {
     width: 20%; /* three columns for all cells that are not subject */
   }