diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2022-09-30 15:22:14 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2022-09-30 15:22:14 +0000 |
commit | 4e19aa64bda93ae167731ebfa3417bb3d1db6d4c (patch) | |
tree | 627ddffdfbdf67b510d7e5f69116beb0c9281838 /public | |
parent | c6997016688edbd728d42ed4cc6284e5c3b14e20 (diff) | |
download | redmine-4e19aa64bda93ae167731ebfa3417bb3d1db6d4c.tar.gz redmine-4e19aa64bda93ae167731ebfa3417bb3d1db6d4c.zip |
Remove comment (#37282).
git-svn-id: https://svn.redmine.org/redmine/trunk@21873 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 5207cec26..6000c5a53 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -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 */ } |