We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fb2683 commit 2ec77a7Copy full SHA for 2ec77a7
1 file changed
src/Shared/Components/Error/ErrorBar.tsx
@@ -42,7 +42,7 @@ const ErrorBar = ({ appDetails, useParentMargin = true }: ErrorBarType) => {
42
<InfoBlock
43
heading={`ImagePullBackOff: Failed to pull image on ‘${appDetails.clusterName}’ from ‘${appDetails.dockerRegistryId}’ `}
44
description={
45
- <div className="flexbox fs-13 lh-20 cn-9 dc__content-space">
+ <div className="flexbox top fs-13 lh-20 cn-9 dc__content-space">
46
<div>
47
<span>Possible causes for ImagePullBackOff:</span>
48
0 commit comments