From cae3d78cedabb1e635328b2f68e52db0ca17657a Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Tue, 28 May 2024 07:23:49 +0200 Subject: [PATCH] fix: make CR button wider always (#7173) This change makes the CR button wider when you have environments selected, reducing the difference between "no environments" and "envs configured" states, thereby reducing the difference in the layout. --- .../component/project/Project/CreateProject/NewProjectForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/component/project/Project/CreateProject/NewProjectForm.tsx b/frontend/src/component/project/Project/CreateProject/NewProjectForm.tsx index af2492f64f..4b14974a56 100644 --- a/frontend/src/component/project/Project/CreateProject/NewProjectForm.tsx +++ b/frontend/src/component/project/Project/CreateProject/NewProjectForm.tsx @@ -327,7 +327,7 @@ export const NewProjectForm: React.FC = ({ Object.keys( projectChangeRequestConfiguration, ).length - } selected` + } environment configured` : 'Configure change requests', icon: , }}