]> source.dussan.org Git - redmine.git/commitdiff
Remove comment (#37282).
authorMarius Balteanu <marius.balteanu@zitec.com>
Fri, 30 Sep 2022 15:22:14 +0000 (15:22 +0000)
committerMarius Balteanu <marius.balteanu@zitec.com>
Fri, 30 Sep 2022 15:22:14 +0000 (15:22 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@21873 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index 5207cec26b22e35e71a1fae89be6ac8b2a66c7bb..6000c5a53fee10d984183623556bfb397f47c818 100644 (file)
@@ -567,7 +567,7 @@ body.controller-issues h2.inline-flex {padding-right: 0}
   overflow: hidden;
 }
 #issue_tree .issue > td.subject, #relations .issue > td.subject {
-  width: 50%; /* 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 */
 }