From 9dc2f811dd112d7cae84973622d2af0f04d8896f Mon Sep 17 00:00:00 2001 From: "pramod.mahajan" Date: Mon, 24 Nov 2025 17:57:48 +0530 Subject: [PATCH] noted full screen class --- src/components/collections/PmGridCollection.jsx | 1 + src/services/pmsGrid/PmsGrid.jsx | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/collections/PmGridCollection.jsx b/src/components/collections/PmGridCollection.jsx index a88d90a9..7b1f0605 100644 --- a/src/components/collections/PmGridCollection.jsx +++ b/src/components/collections/PmGridCollection.jsx @@ -83,6 +83,7 @@ const PmGridCollection = ({ selectedProject, fromDate, toDate, isPending }) => { return ( -
+
+
@@ -242,7 +242,7 @@ export default function PmsGrid({
); } +// For Full screen - class card card-action card-fullscreen \ No newline at end of file