diff --git a/src/admin/components/ResourceTabs/InformationTab/index.tsx b/src/admin/components/ResourceTabs/InformationTab/index.tsx index ef617939e..5bb1d4e40 100644 --- a/src/admin/components/ResourceTabs/InformationTab/index.tsx +++ b/src/admin/components/ResourceTabs/InformationTab/index.tsx @@ -147,7 +147,7 @@ const InformationTab: FC = props => { props.type === "project-reports" } > -
+
diff --git a/src/admin/components/ResourceTabs/MonitoredTab/components/MonitoredCharts.tsx b/src/admin/components/ResourceTabs/MonitoredTab/components/MonitoredCharts.tsx index 2f145af06..db9f8afb7 100644 --- a/src/admin/components/ResourceTabs/MonitoredTab/components/MonitoredCharts.tsx +++ b/src/admin/components/ResourceTabs/MonitoredTab/components/MonitoredCharts.tsx @@ -143,7 +143,7 @@ const MonitoredCharts = ({ title="Hectares Under Restoration By Target Land Use System" data={landUseData.graphicTargetLandUseTypes} maxValue={totalHectaresRestoredGoal} - className="pl-8" + className="pt-8 pl-8 lg:pt-9 wide:pt-10" />
diff --git a/src/components/extensive/Tables/TreeSpeciesTablePD.tsx b/src/components/extensive/Tables/TreeSpeciesTablePD.tsx index 3489596b5..b2b518b1e 100644 --- a/src/components/extensive/Tables/TreeSpeciesTablePD.tsx +++ b/src/components/extensive/Tables/TreeSpeciesTablePD.tsx @@ -72,7 +72,7 @@ const TreeSpeciesTablePD = ({ result = modelName === "project" ? "noGoal" : "treeCount/Goal"; } if (collection === "seeding") { - result = modelName === "project" ? "noGoal" : "seedCount/Goal"; + result = "noGoal"; } if (collection === "tree-planted") { result = @@ -369,6 +369,7 @@ const TreeSpeciesTablePD = ({ accessorKey: "treeCount", header: "Count", enableSorting: false, + meta: { width: secondColumnWidth }, cell: (props: any) => { const value = props.getValue(); return ( diff --git a/src/styles/custom-admin-page-styles.css b/src/styles/custom-admin-page-styles.css index 51ccc6198..bff4963b4 100644 --- a/src/styles/custom-admin-page-styles.css +++ b/src/styles/custom-admin-page-styles.css @@ -169,7 +169,7 @@ } .MuiInputBase-root .MuiTablePagination-select { - @apply w-[70px] flex !py-0 items-center gap-4 !pl-5 !pr-0 bg-white focus:bg-white order-1 rounded-l-lg after:block after:content-[''] after:bg-primary-300 after:rounded-r-lg after:w-11 after:h-12 + @apply w-[70px] flex !py-0 items-center gap-2 !pl-5 !pr-0 bg-white focus:bg-white order-1 rounded-l-lg after:block after:content-[''] after:bg-primary-300 after:rounded-r-lg after:w-11 after:h-12 } .MuiInputBase-root .MuiTablePagination-select+input { @@ -177,7 +177,7 @@ } .MuiTablePagination-selectIcon { - @apply !right-3 + @apply !right-[6%] } .MuiTablePagination-selectLabel {