diff --git a/frontend/src/component/common/Table/SortableTableHeader/CellSortable/CellSortable.styles.ts b/frontend/src/component/common/Table/SortableTableHeader/CellSortable/CellSortable.styles.ts index 365cb315c3..9cfaf6a268 100644 --- a/frontend/src/component/common/Table/SortableTableHeader/CellSortable/CellSortable.styles.ts +++ b/frontend/src/component/common/Table/SortableTableHeader/CellSortable/CellSortable.styles.ts @@ -54,6 +54,7 @@ export const StyledButton = styled('button', { ...(isSorted && { fontWeight: theme.typography.fontWeightBold, }), + contain: 'paint', })); export const StyledLabel = styled('span')(({ theme }) => ({