I’m trying to use custom CSS to add grid lines the matrix. I do know that modern layout has grid lines but I want to apply it to the flat layout.
I’m using this code
.Skin .Matrix table th {
border-right: 1px solid black;
}
.Skin .Matrix table td {
border-bottom: 1px solid black;
}
However the grid lines are coming out like this