Index: trunk/extensions/CodeReview/CodeRevisionView.php |
— | — | @@ -37,7 +37,7 @@ |
38 | 38 | $paths .= $this->formatPathLine( $row->cp_path, $row->cp_action ); |
39 | 39 | } |
40 | 40 | if( $paths ){ |
41 | | - $paths = "<ul>\n$paths</ul>\n"; |
| 41 | + $paths = "<ul style='max-height:600px; overflow:scroll;'>\n$paths</ul>\n"; |
42 | 42 | } |
43 | 43 | $fields = array( |
44 | 44 | 'code-rev-repo' => $repoLink, |