From 0dc3d200177a85f06c2976979fd1b9581f19e909 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Fri, 3 Mar 2017 17:26:56 +0000 Subject: [PATCH] Changes overflow to auto (#21705). Patch by Greg T. git-svn-id: http://svn.redmine.org/redmine/trunk@16363 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.5