Quote:
Originally Posted by janaf
When using more than 3? Issue types, the Project table disaligns.
See image.
|
For a fix until the new version is released, change the
height value of the class:
Code:
.pt_overview .blockrow {
padding-top: 5px;
padding-bottom: 5px;
border-top: solid 1px {vb:stylevar light_border.borderColor};
height: 48px;
}
I have 4 issue types, and changing the value to:
..did the job fine.