From 68383e1d3cf2d526d3a1112c1ee71e32153abaaa Mon Sep 17 00:00:00 2001 From: Dhiraj Barnwal Date: Fri, 22 Nov 2024 22:20:01 +0530 Subject: [PATCH] Allow selection of pivot cell values (#6130) --- web-common/src/features/dashboards/pivot/PivotTable.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-common/src/features/dashboards/pivot/PivotTable.svelte b/web-common/src/features/dashboards/pivot/PivotTable.svelte index c8b30399cc1..2bbcb41a6fe 100644 --- a/web-common/src/features/dashboards/pivot/PivotTable.svelte +++ b/web-common/src/features/dashboards/pivot/PivotTable.svelte @@ -552,7 +552,7 @@ table { @apply p-0 m-0 border-spacing-0 border-separate w-fit; - @apply font-normal select-none; + @apply font-normal; @apply bg-white table-fixed; }