Defect #8870
Table in wiki is too long
Status: | New | Start date: | 2011-07-21 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | UI | |||
Target version: | - | |||
Resolution: | Affected version: | 1.2.1 |
Description
The problem wiki_table_bug.PNG
The fix wiki_table_fix.PNG needs a <div> around the table.
File /{redmine_root}/lib/redcloth3.rb
Line 533: Add <div class=\"overflow-auto\"> and </div> Result: "\t<div class=\"overflow-auto\">\n\t\t<table#{ tatts }>\n#{ rows.join( "\n" ) }\n\t\t</table>\n\t</div>\n\n"
Related to #8809