material-react-table 0.31.0 → 0.31.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2759,7 +2759,7 @@ var MRT_TableHeadCell = function MRT_TableHeadCell(_ref) {
2759
2759
  overflow: 'visible',
2760
2760
  opacity: (currentDraggingColumn == null ? void 0 : currentDraggingColumn.id) === column.id || (currentHoveredColumn == null ? void 0 : currentHoveredColumn.id) === column.id ? 0.5 : 1,
2761
2761
  p: density === 'compact' ? '0.5rem' : density === 'comfortable' ? columnDefType === 'display' ? '0.75rem' : '1rem' : columnDefType === 'display' ? '1rem 1.25rem' : '1.5rem',
2762
- pb: columnDefType === 'display' ? 0 : showColumnFilters ? '0.5rem' : undefined,
2762
+ pb: columnDefType === 'display' ? 0 : showColumnFilters || density === 'compact' ? '0.4rem' : '0.6rem',
2763
2763
  position: column.getIsPinned() && columnDefType !== 'group' ? 'sticky' : undefined,
2764
2764
  pt: columnDefType === 'group' ? 0 : density === 'compact' ? '0.25' : density === 'comfortable' ? '.75rem' : '1.25rem',
2765
2765
  right: column.getIsPinned() === 'right' ? getTotalRight() + "px" : undefined,