diff --git a/src/admin/components/ResourceTabs/MonitoredTab/components/DataCard.tsx b/src/admin/components/ResourceTabs/MonitoredTab/components/DataCard.tsx index ec11136fd..ae615f8c6 100644 --- a/src/admin/components/ResourceTabs/MonitoredTab/components/DataCard.tsx +++ b/src/admin/components/ResourceTabs/MonitoredTab/components/DataCard.tsx @@ -171,8 +171,11 @@ const TABLE_COLUMNS_HECTARES_STRATEGY: ColumnDef[] = [ header: "", enableSorting: false, cell: props => ( -
- +
+
), meta: { style: { width: "5%" } } @@ -213,8 +216,11 @@ const TABLE_COLUMNS_HECTARES_ECO_REGION: ColumnDef[] = [ header: "", enableSorting: false, cell: props => ( -
- +
+
), meta: { style: { width: "5%" } } @@ -255,8 +261,11 @@ const TABLE_COLUMNS_HECTARES_LAND_USE: ColumnDef[] = [ header: "", enableSorting: false, cell: props => ( -
- +
+
), meta: { style: { width: "5%" } } @@ -549,8 +558,11 @@ const DataCard = ({ header: "", enableSorting: false, cell: props => ( -
- +
+
), meta: { style: { top: `${topHeaderFirstTable}`, borderRadius: "0" } } @@ -645,7 +657,7 @@ const DataCard = ({
-
+
= ({ data }) }; return ( -
+
- + } /> = ({ data }) activeIndex={activeIndex} activeShape={renderActiveShape} > -