diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-03-03 17:26:56 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-03-03 17:26:56 +0000 |
commit | 0dc3d200177a85f06c2976979fd1b9581f19e909 (patch) | |
tree | 0720cae78b1a4ec2754aa0bc6b9affd5835f26a7 /public | |
parent | fdb8b93f8526f7beeebdfa60b70e65d84d20788d (diff) | |
download | redmine-0dc3d200177a85f06c2976979fd1b9581f19e909.tar.gz redmine-0dc3d200177a85f06c2976979fd1b9581f19e909.zip |
Changes overflow to auto (#21705).
Patch by Greg T.
git-svn-id: http://svn.redmine.org/redmine/trunk@16363 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 9cde8f7b3..d977bb9b9 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -463,7 +463,7 @@ div.issue .next-prev-links {color:#999;} div.issue .attributes {margin-top: 2em;} div.issue .attributes .attribute {padding-left:180px; clear:left; min-height: 1.8em;} div.issue .attributes .attribute .label {width: 170px; margin-left:-180px; font-weight:bold; float:left; overflow:hidden; text-overflow: ellipsis;} -div.issue .attribute .value {overflow:hidden; text-overflow: ellipsis;} +div.issue .attribute .value {overflow:auto; text-overflow: ellipsis;} div.issue.overdue .due-date .value { color: #c22; } #issue_tree table.issues, #relations table.issues { border: 0; } |