Browse Source

Remove comment (#37282).

git-svn-id: https://svn.redmine.org/redmine/trunk@21873 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/5.1.0
Marius Balteanu 1 year ago
parent
commit
4e19aa64bd
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      public/stylesheets/application.css

+ 1
- 1
public/stylesheets/application.css View 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 */
}

Loading…
Cancel
Save