Skip to content

Commit fb8646e

Browse files
committed
chore: css fixes
1 parent f3ee1f2 commit fb8646e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Shared/Components/Error/ErrorBar.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const ErrorBar = ({ appDetails, useParentMargin = true }: ErrorBarType) => {
4141
<div className={`flexbox-col dc__gap-16 ${useParentMargin ? 'm-20' : ''} fs-13`}>
4242
<InfoBlock
4343
heading={
44-
<div className="flexbox-col dc__content-space">
44+
<div className="flexbox dc__content-space">
4545
<div>
4646
ImagePullBackOff: Failed to pull image on ‘{appDetails.clusterName}’ from ‘
4747
{appDetails.dockerRegistryId}
@@ -55,8 +55,8 @@ const ErrorBar = ({ appDetails, useParentMargin = true }: ErrorBarType) => {
5555
</div>
5656
}
5757
description={
58-
<div className="flexbox top fs-13 lh-20 cn-9 dc__content-space">
59-
<span>Possible causes for ImagePullBackOff:</span>
58+
<div className="flexbox-col fs-13 lh-20 cn-9 dc__content-space">
59+
<div>Possible causes for ImagePullBackOff:</div>
6060
<div>&nbsp;&bull; The cluster may not have permission to pull images from the registry</div>
6161
<div>&nbsp;&bull; The image tag might be incorrect or missing in the registry</div>
6262
</div>

0 commit comments

Comments
 (0)