ChiliProject is not maintained anymore. Please be advised that there will be no more updates.
We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.
lists inside a table wreak havoc on tha table layout (Bug #629)
Description
col1 | col2 | col 3 |
some data | ||
some other data |
||
row 2 data | bla bla | ho ho ho |
for the moment I bypass this by placing the list a in a pre section,
but this also gives problems. the table does not wrap anymore when it hits the window edge.
Resulting in a scrollbar.
Associated revisions
Display wiki syntax quick ref link within the jstoolbar (closes #629, #767).
Added named links syntax on quick ref (closes #766, #778).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1190 e93f8b46-1217-0410-a6f0-8f06a7374b81
History
Updated by Ruben Willems at 2011-09-17 05:47 am
the entry is somewhat messed up but below is the code
Ruben Willems wrote:
the following layout gives problems
col1 col2 col 3 some data
some other datarow 2 data bla bla ho ho ho for the moment I bypass this by placing the list a in a pre section,
but this also gives problems. the table does not wrap anymore when it hits the window edge.
Resulting in a scrollbar.