diff --git a/frontend/src/component/environments/EnvironmentTable/EnvironmentNameCell/EnvironmentNameCell.tsx b/frontend/src/component/environments/EnvironmentTable/EnvironmentNameCell/EnvironmentNameCell.tsx index f93712e0f4..76825f00f7 100644 --- a/frontend/src/component/environments/EnvironmentTable/EnvironmentNameCell/EnvironmentNameCell.tsx +++ b/frontend/src/component/environments/EnvironmentTable/EnvironmentNameCell/EnvironmentNameCell.tsx @@ -37,35 +37,42 @@ export const EnvironmentNameCell = ({ }, })} > - {environment.name} - Predefined} - /> - - - Deprecated environment - - - This environment is not auto-enabled for new - projects. The project owner will need to - manually enable it in the project. - - - } - describeChild - arrow - > - Deprecated - - } - /> +
+ + {environment.name} + + Predefined} + /> + + + Deprecated environment + + + This environment is not auto-enabled for + new projects. The project owner will + need to manually enable it in the + project. + + + } + describeChild + arrow + > + + Deprecated + + + } + /> +
); };