mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-14 00:19:16 +01:00
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.
This commit is contained in:
parent
10155935ae
commit
cae3d78ced
@ -327,7 +327,7 @@ export const NewProjectForm: React.FC<FormProps> = ({
|
||||
Object.keys(
|
||||
projectChangeRequestConfiguration,
|
||||
).length
|
||||
} selected`
|
||||
} environment configured`
|
||||
: 'Configure change requests',
|
||||
icon: <ChangeRequestIcon />,
|
||||
}}
|
||||
|
Loading…
Reference in New Issue
Block a user