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.
@@ -2752,7 +2752,7 @@ var MRT_TableHeadCell = function MRT_TableHeadCell(_ref) {
2752
2752
  overflow: 'visible',
2753
2753
  opacity: (currentDraggingColumn == null ? void 0 : currentDraggingColumn.id) === column.id || (currentHoveredColumn == null ? void 0 : currentHoveredColumn.id) === column.id ? 0.5 : 1,
2754
2754
  p: density === 'compact' ? '0.5rem' : density === 'comfortable' ? columnDefType === 'display' ? '0.75rem' : '1rem' : columnDefType === 'display' ? '1rem 1.25rem' : '1.5rem',
2755
- pb: columnDefType === 'display' ? 0 : showColumnFilters ? '0.5rem' : undefined,
2755
+ pb: columnDefType === 'display' ? 0 : showColumnFilters || density === 'compact' ? '0.4rem' : '0.6rem',
2756
2756
  position: column.getIsPinned() && columnDefType !== 'group' ? 'sticky' : undefined,
2757
2757
  pt: columnDefType === 'group' ? 0 : density === 'compact' ? '0.25' : density === 'comfortable' ? '.75rem' : '1.25rem',
2758
2758
  right: column.getIsPinned() === 'right' ? getTotalRight() + "px" : undefined,