Hi,
I want to increase the height of the email/message list items (in table view) only, but unfortunately it does not work:
table[is="tree-view-table"] tbody tr {
line-height: 24px !important;
}
or
table.tree-table tbody tr {
line-height: 24px !important;
}
or
#threadTree tbody tr {...