diff --git a/src/frontend/src/modals/baseModal/index.tsx b/src/frontend/src/modals/baseModal/index.tsx index f16086d6d..6df524b54 100644 --- a/src/frontend/src/modals/baseModal/index.tsx +++ b/src/frontend/src/modals/baseModal/index.tsx @@ -115,7 +115,7 @@ function BaseModal({ break; case "smaller": minWidth = "min-w-[40vw]"; - height = "h-[11rem]"; + height = ""; break; case "smaller-h-full": minWidth = "min-w-[40vw]"; @@ -123,7 +123,7 @@ function BaseModal({ break; case "small": minWidth = "min-w-[40vw]"; - height = "h-[40vh]"; + height = ""; break; case "small-h-full": minWidth = "min-w-[40vw]"; @@ -131,7 +131,7 @@ function BaseModal({ break; case "medium": minWidth = "min-w-[60vw]"; - height = "h-[60vh]"; + height = ""; break; case "medium-h-full": minWidth = "min-w-[60vw]"; @@ -155,7 +155,7 @@ function BaseModal({ break; default: minWidth = "min-w-[80vw]"; - height = "h-[80vh]"; + height = ""; break; } @@ -193,7 +193,7 @@ function BaseModal({ {headerChild}
{ContentChild}
diff --git a/src/frontend/src/pages/FlowPage/components/nodeToolbarComponent/index.tsx b/src/frontend/src/pages/FlowPage/components/nodeToolbarComponent/index.tsx index d15c091a1..d66dee26a 100644 --- a/src/frontend/src/pages/FlowPage/components/nodeToolbarComponent/index.tsx +++ b/src/frontend/src/pages/FlowPage/components/nodeToolbarComponent/index.tsx @@ -513,7 +513,7 @@ export default function NodeToolbarComponent({ value={"Share"} icon={"Share3"} styleObj={{ - iconClasses: "relative top-0.5 -m-1 mr-1 h-6 w-6", + iconClasses: "relative top-0.5 -m-1 mr-[0.25rem] h-6 w-6", }} dataTestId="share-button-modal" />