Skip to content

Commit f4b992e

Browse files
committed
fix: unauthorized state in ci edit pipeline
1 parent 6dd1bef commit f4b992e

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)