Replies: 0
Hi
How do I specify the row height for the whole table? I tried adding it to the .tablepress section but that does not work. Do I need to specify each row separately?
.tablepress {
margin: 0 auto 1em;
line-height: normal;
}
.tablepress-id-1 thead th {
font: bold;
}
.tablepress-id-1 {
width: 750px !important;
}
.tablepress-id-1 .row-2 td {
padding-top: 2px;
padding-bottom: 2px;
}