Skip to content

Commit 2ec77a7

Browse files
committed
chore: css fixes
1 parent 1fb2683 commit 2ec77a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Shared/Components/Error/ErrorBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const ErrorBar = ({ appDetails, useParentMargin = true }: ErrorBarType) => {
4242
<InfoBlock
4343
heading={`ImagePullBackOff: Failed to pull image on ‘${appDetails.clusterName}’ from ‘${appDetails.dockerRegistryId}’ `}
4444
description={
45-
<div className="flexbox fs-13 lh-20 cn-9 dc__content-space">
45+
<div className="flexbox top fs-13 lh-20 cn-9 dc__content-space">
4646
<div>
4747
<span>Possible causes for ImagePullBackOff:</span>
4848
<div>

0 commit comments

Comments
 (0)