Hello SDN,
we have a requirement of increasing the size of the cells in the cross tab and we did with the following css but the measures in the cross tab is not central aligned . is any other property in css we need to give please advice .
.sapzencrosstab-DataCellContentDiv {
height:20px;
}
.sapzencrosstab-DataCellDefault, .sapzencrosstab-HeaderCellDefault {
background-color: #EAF2D3;
border: 1px dotted #98bf21;
}
.sapzencrosstab-HeaderCellDefault {
font-weight: bold;
font-family: "Arial";
font-size: 25px;
text-align: center;
border: 1px solid #98bf21;
}
.sapzencrosstab-TableDiv {
border: 1px solid #98bf21;
}