Bases: Hide type icon in column headers for tables

This is really simple.

The icon that denotes the column type (string, number, boolean…) is taking up space and is not really of much interest when just viewing a table.

Please allow us to hide those icons.

As a workaround, a CSS snippet can probably hide them. Someone in Custom CSS & Theme Design may be able to help if you need it.

This can be done with the below css:

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

5 posts were split to a new topic: Styling a base