Table Block - Label and Content Font Size

Hi everyone,
Can someone help me with Table Block - Label and Content Font Size? Right now I have 30-50 columns per table that we have to manually go through to update the Table Label Font Size & the Table Content Font Size.

I’ve tried this but no luck

#table1.sw-font-size-xs { font-size: 50rem !important }

Thanks!

This should work

<style>
.ag-header-cell-comp-wrapper div.sw-font-size-s {
    font-size: 8px !important;
}
.ag-cell div.sw-font-size-m {
    font-size: 8px !important;
}
</style>
1 Like

You literally just saved us hours of work, @artur THANK YOU!!!

2 Likes