]> source.dussan.org Git - redmine.git/commitdiff
Fixed: Issue number display clipped on 'my issues' (#1291).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 24 May 2008 18:37:06 +0000 (18:37 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 24 May 2008 18:37:06 +0000 (18:37 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1447 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index e5bb4a7abf50113f80b2a3096cfaf4094b42c20e..4ae1c70f1c0073dc724056fea0aa185d16cecc0f 100644 (file)
@@ -80,7 +80,7 @@ a.issue.closed, .issue.closed a { text-decoration: line-through; }
 /***** Tables *****/
 table.list { border: 1px solid #e4e4e4;  border-collapse: collapse; width: 100%; margin-bottom: 4px; }
 table.list th {  background-color:#EEEEEE; padding: 4px; white-space:nowrap; }
-table.list td { overflow: hidden; vertical-align: top;}
+table.list td { vertical-align: top; }
 table.list td.id { width: 2%; text-align: center;}
 table.list td.checkbox { width: 15px; padding: 0px;}