diff --git a/frontend/src/component/feature/FeatureStrategy/FeatureStrategyForm/NewFeatureStrategyForm.tsx b/frontend/src/component/feature/FeatureStrategy/FeatureStrategyForm/NewFeatureStrategyForm.tsx
index edc924de2f..0b80f62828 100644
--- a/frontend/src/component/feature/FeatureStrategy/FeatureStrategyForm/NewFeatureStrategyForm.tsx
+++ b/frontend/src/component/feature/FeatureStrategy/FeatureStrategyForm/NewFeatureStrategyForm.tsx
@@ -121,6 +121,7 @@ const StyledTabs = styled(Tabs)(({ theme }) => ({
borderBottom: `1px solid ${theme.palette.divider}`,
paddingLeft: theme.spacing(6),
paddingRight: theme.spacing(6),
+ minHeight: '60px',
}));
const StyledBox = styled(Box)(({ theme }) => ({
@@ -373,6 +374,47 @@ export const NewFeatureStrategyForm = ({
) : null}
+
+
+ }
+ />
+ }
+ />
+
+
+ This feature toggle is currently enabled in the{' '}
+ {environmentId} environment. Any
+ changes made here will be available to users as soon
+ as these changes are approved and applied.
+
+ }
+ elseShow={
+
+ This feature toggle is currently enabled in the{' '}
+ {environmentId} environment. Any
+ changes made here will be available to users as soon
+ as you hit save.
+
+ }
+ />
+
+
+
@@ -419,6 +462,7 @@ export const NewFeatureStrategyForm = ({
}))
}
/>
+
-
-
- }
- />
- }
- />
-
-
-
- This feature toggle is currently
- enabled in the{' '}
- {environmentId}{' '}
- environment. Any changes made here
- will be available to users as soon
- as these changes are approved and
- applied.
-
- }
- elseShow={
-
- This feature toggle is currently
- enabled in the{' '}
- {environmentId}{' '}
- environment. Any changes made here
- will be available to users as soon
- as you hit save.
-
- }
- />
-
>
}
/>