From e1de5deaefc0dab94c0a846244e2a80bd007342e Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Wed, 7 May 2014 13:21:14 +0000 Subject: [PATCH] excluded nowrap from the change log list in the issue-show view --- codepot/src/css/issue.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codepot/src/css/issue.css b/codepot/src/css/issue.css index 909c8072..9f0cf69c 100644 --- a/codepot/src/css/issue.css +++ b/codepot/src/css/issue.css @@ -151,7 +151,7 @@ } #issue_show_mainarea_changes_table td.details { - white-space: nowrap; + /*white-space: nowrap;*/ vertical-align: top; padding-top: 0.2em; padding-bottom: 0.2em;