Skip to content

Commit cd59a39

Browse files
authored
Merge pull request #2815 from devtron-labs/fix/ci-unautorized-state
fix: unauthorized state in ci edit pipeline
2 parents 6dd1bef + f4b992e commit cd59a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CIPipelineN/CIPipeline.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ export default function CIPipeline({
812812
const renderCIPipelineModalContent = () => {
813813
if (pageState === ViewType.ERROR) {
814814
return (
815-
<div className="p-20">
815+
<div className="flex-grow-1 p-20">
816816
<ErrorScreenManager code={errorCode} reload={handleOnMountAPICalls} />
817817
</div>
818818
)

0 commit comments

Comments
 (0)