If you are using Table Records, To change the columns height of the header row, put the following CSS in your screen where you are using this table.
.TableRecords .TableRecords_Header{
height: 48px; //enter your custom height here
}
Hope this would be helpful, Thanks :)