Defect #669
table header alignment is still an issue
Start date:
03/22/2013
Due date:
% Done:
0%
Estimated time:
Browser (if web client):
Description
on latest version of servoy and css.
When I disable custom css , headers align fine again.
History
Updated by Maarten Berkenbosch about 12 years ago
setting border spacing to 0px "seems" to fix it.
.tableviewcell
{
width: 100%;
height: 100%;
position: relative;
border-spacing: 0px 0px;
}
Updated by Harjo Kompagnie about 12 years ago
I'm closing this ticket, appears to be a caching problem!