From 55577e1d66202070395aaaac49e609309d6367b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Gonz=C3=A1lez=20Mu=C3=B1oz?= Date: Tue, 17 Dec 2024 16:33:22 +0100 Subject: [PATCH] updates spacing of dialog container --- client/src/components/ui/dialog.tsx | 2 +- client/src/constants/tooltip.tsx | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/client/src/components/ui/dialog.tsx b/client/src/components/ui/dialog.tsx index 1a8b3919..68f5271b 100644 --- a/client/src/components/ui/dialog.tsx +++ b/client/src/components/ui/dialog.tsx @@ -113,7 +113,7 @@ const DialogContentContainer = ({ className, ...props }: React.HTMLAttributes) => ( -
+
); DialogContentContainer.displayName = "DialogContentContainer"; diff --git a/client/src/constants/tooltip.tsx b/client/src/constants/tooltip.tsx index 1fd6d3c4..ecce67f9 100644 --- a/client/src/constants/tooltip.tsx +++ b/client/src/constants/tooltip.tsx @@ -81,7 +81,7 @@ export const FILTERS = { ABATEMENT_POTENTIAL: "Estimation of the total amount of CO2e abatement that is expected during the life of the project. Used to determine whether the scale justifies the development costs", PROJECT_SIZE: ( -
+ <>

Project size refers to the scale of restoration or conservation efforts, measured in hectares, and is determined using a standardized approach to @@ -102,10 +102,10 @@ export const FILTERS = { This method allows for meaningful "apples-to-apples" comparisons across project activities and ecosystem types.

-
+ ), CARBON_PRICING_TYPE: ( -
+ <>

The Carbon Price Type defines the pricing approach used to calculate the cost of carbon credits, which impacts project costs, including @@ -128,10 +128,10 @@ export const FILTERS = { These two options allow for flexible cost assessments based on standardized market values or project-specific operational needs.

-
+ ), COST_TYPE: ( -
+ <>

The Cost Type defines the method used to calculate and present project costs. It offers two approaches to understand the financial requirements @@ -157,7 +157,7 @@ export const FILTERS = { These two cost perspectives offer different insights into project affordability and financial planning.

-
+ ), };