-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Description
Problem
There are unused styles:
fluentui/packages/react-components/react-table/src/components/TableHeader/useTableHeaderStyles.ts
Lines 15 to 22 in 3f806f9
| roottable: { | |
| display: 'table-row-group', | |
| }, | |
| rootFlex: { | |
| display: 'block', | |
| }, | |
| }); |
Reactions are currently unavailable