Hi,
When printing a planning in the "Planning" screen, rows are shifted.
The first main reason is that the column "Resources" is on multiple lines because "Resources" column is fixed and not auto, even if the "Resources" does not fit in the screen.
The second reason is that lines in the Gantt (on the right side) are 20px high when lines on the left are 21px high.
Solution :
- Remove width: XXXpx; on Resources column
- Fix the height to 20px or 21px on both sides
This is not perfect, there is still a little shift but the planning becomes readable.
Thank you,
When printing a planning in the "Planning" screen, rows are shifted.
The first main reason is that the column "Resources" is on multiple lines because "Resources" column is fixed and not auto, even if the "Resources" does not fit in the screen.
The second reason is that lines in the Gantt (on the right side) are 20px high when lines on the left are 21px high.
Solution :
- Remove width: XXXpx; on Resources column
- Fix the height to 20px or 21px on both sides
This is not perfect, there is still a little shift but the planning becomes readable.
Thank you,