Bases: Hide type icon in column headers for tables

This can be done with the below css:

.bases-table-header-icon {
    display: none;
}
1 Like