Actions
Defect #676
closedIssues list overflows into sidebar menu
Status:
Closed
Priority:
Low
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-02-16
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
When all of the Default columns displayed are displayed on the issue list the table will overflow into the sidebar causing an overlap of text making it difficult to read the data in the trailing columns.
Note: I was able to resolve this issue by wrapping the issues table found in app/views/issues/_list.rhtml with <div style="overflow:auto;"> which causes the overflow to produce a scrollbar. Tested in firefox 2.0.0 and IE 7.0 OK
Related issues
Updated by Jean-Philippe Lang about 17 years ago
Adding <div style="overflow:auto;"> will make the horizontal scrollbar visible with Firefox even if it's not needed.
Updated by Jean-Philippe Lang about 17 years ago
- Status changed from New to Closed
Applied in changeset r1314.
Actions