From 8089e366b8c64e160d25cfeb13a22134d044e6e7 Mon Sep 17 00:00:00 2001 From: Tymoteusz Czech <2625371+Tymek@users.noreply.github.com> Date: Tue, 29 Jul 2025 20:43:21 +0200 Subject: [PATCH] fix the issue --- .../SortableTableHeader/CellSortable/CellSortable.styles.ts | 1 + 1 file changed, 1 insertion(+) 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 }) => ({