Skip to content

Commit

Permalink
set width: unset for tree data grouping cell
Browse files Browse the repository at this point in the history
  • Loading branch information
cherniavskii committed Feb 7, 2024
1 parent 0bf6202 commit 7c5229c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,9 @@ export const GridRootStyles = styled('div', {
[`& .${c.groupingCriteriaCell}`]: {
width: 'unset',
},
[`& .${c.treeDataGroupingCell}`]: {
width: 'unset',
},
},
[`& .${c.columnHeader}, & .${c.cell}`]: {
WebkitTapHighlightColor: 'transparent',
Expand Down

0 comments on commit 7c5229c

Please sign in to comment.